Axinom Mosaic Libraries
    Preparing search index...

    An interface that defines a seed data handler.

    interface ISeedDataHandler {
        seed: () => Promise<void>;
    }
    Index

    Properties

    Properties

    seed: () => Promise<void>