Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

RequiredKeys

RequiredKeys<O>: O extends unknown ? _RequiredKeys<O> : never

Get the keys of O that are required

Type parameters

  • O: object

returns

Key

example


  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.