Skip to content

Type Alias: PartialNull<T>

  • Type: { [P in keyof T]: T[P] | null }
Defined in: types/utils.ts:10

Type Parameters

T

T