gristlabs / gristlabs/ts-interface-builder
Add support for `Record<,>`
Open
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Currently, you can't type a property as `Record` :
```
Generics are not yet supported by ts-interface-builder: Record
```
However, this seems to work: `{ [key: string] : string; }`
Would it be possible to add support for `Record` as an alias for `{ [key: TKey] : TValue }` ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.