@sentio/sdk
    Preparing search index...

    Interface StateResult

    interface StateResult {
        configUpdated: boolean;
        error?: string;
    }
    Index

    Properties

    configUpdated: boolean
    error?: string