Raindex SDK Documentation
    Preparing search index...

    Interface LocalDbStatusSnapshot

    interface LocalDbStatusSnapshot {
        error?: string;
        status: LocalDbStatus;
    }
    Index

    Properties

    Properties

    error?: string