Kind: Type
Source: src/utils/types.ts
Part of: Utils
Definition
tsT extends Function ? T : { [K in keyof T]: InterfaceToType<T[K]> }
Kind: Type
Source: src/utils/types.ts
Part of: Utils
tsT extends Function ? T : { [K in keyof T]: InterfaceToType<T[K]> }
Was this page helpful?