Skip to content

RequiredKeysOf

reference
1 min readUpdated

Kind: Type

Source: src/utils/types.ts

Part of: Utils

Definition

ts
Exclude< { [Key in keyof BaseType]: BaseType extends Record<Key, BaseType[Key]> ? Key : never }[keyof BaseType], undefined >

Was this page helpful?

Download as PDF
RequiredKeysOf — Hono (narrator proof)