Meldbase TypeScript API
    Preparing search index...

    Interface SyncStatus

    interface SyncStatus {
        error?: Error;
        state: SyncState;
        token?: string;
    }
    Index
    error?: Error
    state: SyncState
    token?: string