Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Omit

Omit<O, K>: O extends unknown ? _Omit<O, K> : never

Remove out of O the fields of key K

Type parameters

  • O: object

    to remove from

  • K: Key

    to chose fields

returns

Object

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.