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

Type Parameters

  • T