Documentation
    Preparing search index...

    Interface BoundQuery

    interface BoundQuery {
        bind?: Record<string, unknown>;
        query: string;
    }
    Index
    bind?: Record<string, unknown>
    query: string