Convert interfaces/types that implements generic types
Open
- 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.