AtLeastOne
Signature
export type AtLeastOne<T, U = { [K in keyof T]: Pick<T, K>;}> = Partial<T> & U[keyof U];Members
This export does not declare public properties or methods in the generated declaration file.
export type AtLeastOne<T, U = { [K in keyof T]: Pick<T, K>;}> = Partial<T> & U[keyof U];This export does not declare public properties or methods in the generated declaration file.