Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Unionize

Unionize<L, L1, K>: { [P in keyof L]: P extends K ? L[P] | At<L1, P> : L[P]}

Make the fields of L union the ones of L1

Type parameters

  • L: List

    to union from

  • L1: List

    to union with

  • K: Key

    (?=Key) to do choose fields

returns

List

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.