Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Nullable

Nullable<L, K>: Cast<Update<L, `${K & number}` | K, x | null | undefined>, List>

Make some entries of L nullable (deeply or not)

Type parameters

  • L: List

    to make nullable

  • K: Key

    (?=Key) to choose fields

param

(?='flat') 'deep' to do it deeply

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.