@aicacia/db
    Preparing search index...

    Interface AdapterStatus

    Runtime state reported by adapters.

    interface AdapterStatus {
        error?: Error;
        lastSyncAt?: number;
        state: "idle" | "syncing" | "offline" | "error";
    }
    Index

    Properties

    error?: Error
    lastSyncAt?: number
    state: "idle" | "syncing" | "offline" | "error"