Type alias PartialUndefinedNull<T>

PartialUndefinedNull<T>: {
    [P in keyof T]?: T[P] | null
}

Type Parameters

  • T