hipthrusts - v1.2.0
    Preparing search index...

    Interface ScopedQueryOptions

    interface ScopedQueryOptions {
        lean?: boolean;
        limit?: number;
        projection?: string | Record<string, unknown>;
        skip?: number;
        sort?: string | Record<string, SortOrder>;
    }

    Hierarchy (View Summary)

    Index
    lean?: boolean
    limit?: number
    projection?: string | Record<string, unknown>
    skip?: number
    sort?: string | Record<string, SortOrder>