Identify
Signature
export type Identify<T> = T extends infer U ? { [K in keyof U]: U[K];} : never;Members
This export does not declare public properties or methods in the generated declaration file.
export type Identify<T> = T extends infer U ? { [K in keyof U]: U[K];} : never;This export does not declare public properties or methods in the generated declaration file.