Type alias Nullable<T>

Nullable<T>: { [ P in keyof T]?: T[P] }

Type Parameters

Generated using TypeDoc