hipthrusts - v1.2.0
    Preparing search index...

    Interface FindScopedOptions<TKey>

    interface FindScopedOptions<TKey extends string = "scopedDocs"> {
        docsKey?: TKey;
        lean?: boolean;
        limit?: number;
        projection?: string | Record<string, unknown>;
        skip?: number;
        sort?: string | Record<string, SortOrder>;
    }

    Type Parameters

    • TKey extends string = "scopedDocs"

    Hierarchy (View Summary)

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