-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to implement generics or typescript utilities? #19
Comments
Hmmm, looking at the code, it looks like it might be easy enough to support some of the basic utility types. If I get some time, I'll see if I can do it. ts-interface-builder/lib/index.ts Line 132 in 9ac5de2
|
Implementing specific generics like |
I'd like to try and implement support for few generic types that I am using i.e. |
There are two generic types handled: As for how to process it, it would be nice to do something that could extend to generics more generally later. E.g. translate |
I'm wanting to do something like this:
Pretty simple.
But the compiler will give me:
Is there any plan to incorporate this support?
The text was updated successfully, but these errors were encountered: