Type alias PartialUndef<T>Internal

PartialUndef<T>: {
    [P in keyof T]?: T[P]
}

Type Parameters

  • T