gristlabs / gristlabs/ts-interface-builder

Add support for `Record<,>`

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.