@valon-technologies/gestalt
    Preparing search index...

    Interface IndexQueryRequest

    IndexQueryRequest addresses a secondary index plus an optional query.

    interface IndexQueryRequest {
        store: string;
        index: string;
        query?: IndexedDBQuery;
        count?: number;
    }
    Index

    Properties

    store: string
    index: string
    count?: number