Constructs a type by excluding undefined from T.
undefined
T
This is like NonNullable but it only removes undefined, not null.
null
Constructs a type by excluding
undefinedfromT.This is like NonNullable but it only removes
undefined, notnull.