Skip to content

Type Alias: PartialNull<T>

  • Type: PartialNull<T> = { [P in keyof T]: T[P] | null }
Defined in: types/utils.ts:9

Type Parameters

T

T

Released under the MIT License.