Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Overwrite

Overwrite<O, O1>: { [K in keyof O]: K extends keyof O1 ? O1[K] : O[K]} & object

Update the fields of O with the ones of O1 (only the existing fields will be updated)

Type parameters

  • O: object

    to update

  • O1: object

    to update with

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.