@owservable/sqlite
    Preparing search index...

    Type Alias SqliteNotificationType

    type SqliteNotificationType = {
        changed: string[] | null;
        id: string;
        op: string;
        table: string;
    }
    Index
    changed: string[] | null
    id: string
    op: string
    table: string