@owservable/postgres
    Preparing search index...

    Type Alias PostgresNotificationType

    type PostgresNotificationType = {
        changed?: string[];
        id: string;
        op: "insert" | "update" | "delete" | string;
        table: string;
    }
    Index
    changed?: string[]
    id: string
    op: "insert" | "update" | "delete" | string
    table: string