Type alias PartialUndefined<T>

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

Type Parameters

  • T