gristlabs / gristlabs/ts-interface-builder

Any plans to implement generics or typescript utilities?

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.