Kind: Type
Source: src/utils/types.ts
Part of: Utils
Definition
tsExclude< { [Key in keyof BaseType]: BaseType extends Record<Key, BaseType[Key]> ? Key : never }[keyof BaseType], undefined >
Kind: Type
Source: src/utils/types.ts
Part of: Utils
tsExclude< { [Key in keyof BaseType]: BaseType extends Record<Key, BaseType[Key]> ? Key : never }[keyof BaseType], undefined >
Was this page helpful?