grantila / grantila/typeconv

Convert interfaces/types that implements generic types

Open
#36 3 comments 9 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
447
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Hello!
I expect this to work:

```
export type FinalType = GenericType<{ foo: number; bar: string }>
export type GenericType = T
```

but it isn't recognizing type params, all my types with generic type implementation are not constructed on my .swagger.yaml oapi output file. What can I do or it's not supported?

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.