Type Alias EntityNamesFromKeys<T, Keys>

EntityNamesFromKeys: EntitiesWithAllKeys<T, Keys>["type"]

Resolves the entity name strings for entities that have ALL the specified filter keys.

Type Parameters

  • T extends default

    The root entity being queried.

  • Keys extends string

    Union of filter key strings.