NullablePartialRecord

NullablePartialRecord

Type helper to transform a interface so that each value can be null or undefined.

Definition

type NullablePartialRecord = Partial<NullableRecord<T>>

Methods & Properties