@edgible-team/sdk
    Preparing search index...

    Interface ProvisionProgressEvent

    One onProgress update: which phase the provisioner is in and a human-readable message.

    interface ProvisionProgressEvent {
        message: string;
        phase: ProvisionPhase;
    }
    Index

    Properties

    Properties

    message: string