Skip to main content
Version: 2.0.0

PartialNull

ruvyrias


ruvyrias / PartialNull

Type Alias: PartialNull<T>

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

Defined in: types/Rest.ts:48

Represents a partial type with nullable properties.

Type Parameters

T

T