gsr

    Type Alias SearchResultTypeFromSelector<R, S>

    SearchResultTypeFromSelector: S extends true
        ? NonNullableRecord<NonNullable<AsArrayElement<ReturnType<R>>>>
        : NonNullable<AsArrayElement<ReturnType<R>>>

    Generic type for the search results, derives the resultTypes from selector array.

    Type Parameters

    MMNEPVFCICPMFPCPTTAAATR