泛型

❌ 永远不要有一个不使用其类型参数的泛型类型。在 TypeScript 常见问题页面 中查看更多详细信息。

Don't ever have a generic type which doesn't use its type parameter. See more details in TypeScript FAQ page.