Skip to content

InterfaceToType

reference
1 min readUpdated

Kind: Type

Source: src/utils/types.ts

Part of: Utils

Definition

ts
T extends Function ? T : { [K in keyof T]: InterfaceToType<T[K]> }

Was this page helpful?

Download as PDF
InterfaceToType — Hono (narrator proof)