Type alias KeyOfType<Type, Match>

KeyOfType<Type, Match>: KeysOfType<Type, Match>[keyof Type]

Type that matches one of the keys of an object that is of the provided type, or a subtype of it.

Type Parameters

  • Type extends object

  • Match

Generated using TypeDoc v0.23.24