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