Type Alias EntityKeys<E>Protected

EntityKeys<E>: E extends E
    ? keyof E
    : never

Returns the keys of an Entity type.

Type Parameters