gristlabs / gristlabs/ts-interface-builder
Any plans to implement generics or typescript utilities?
Open
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
I'm wanting to do something like this:
```
interface Foo {
id: string;
biz: string;
bar: string;
}
type PartialFoo = Pick;
```
Pretty simple.
But the compiler will give me:
```
Error: Generics are not yet supported by ts-interface-builder:
```
Is there any plan to incorporate this support?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.