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