mwg API
    Preparing search index...

    Interface LoadSnapshot

    interface LoadSnapshot {
        completed: number;
        current: string | null;
        error: unknown;
        status: LoadStatus;
        total: number;
    }
    Index
    completed: number
    current: string | null
    error: unknown
    status: LoadStatus
    total: number