Juan Manuel Sierra

Results 1 issues of Juan Manuel Sierra

Hello! I expect this to work: ``` export type FinalType = GenericType export type GenericType = T ``` but it isn't recognizing type params, all my types with generic type...