@wearesage/schema
    Preparing search index...

    Type Alias QueryOptions

    type QueryOptions = {
        include?: QueryInclude[];
        limit?: number;
        offset?: number;
        sort?: QuerySort[];
    }
    Index

    Properties

    include?: QueryInclude[]
    limit?: number
    offset?: number
    sort?: QuerySort[]