Skip to content

Type Alias: PartialNull<T>

  • Type: { [P in keyof T]: T[P] | null }

Type Parameters

T

T