Type Alias TableEntryKeys<T>

TableEntryKeys: keyof T

An array of keys of an entry.

Type Parameters