MakePresent
Signature
export type MakePresent<T, K extends keyof T = keyof T> = T & { [P in K]-?: NonNullish<T[P]>;};Members
This export does not declare public properties or methods in the generated declaration file.
export type MakePresent<T, K extends keyof T = keyof T> = T & { [P in K]-?: NonNullish<T[P]>;};This export does not declare public properties or methods in the generated declaration file.