Kind: Type
Source: src/utils/types.ts
Part of: Utils
Definition
tsT extends Record<infer K, unknown> ? (K extends string ? T : never) : never
Kind: Type
Source: src/utils/types.ts
Part of: Utils
tsT extends Record<infer K, unknown> ? (K extends string ? T : never) : never
Was this page helpful?