Nullable
Signature
export type Nullable<T> = { [P in keyof T]: T[P] | null;};Members
This export does not declare public properties or methods in the generated declaration file.
export type Nullable<T> = { [P in keyof T]: T[P] | null;};This export does not declare public properties or methods in the generated declaration file.