⬅️ Back to Table of Contents 📄 function-generics1.ts¶ 📊 Analysis Summary¶ Metric Count 📑 Type Aliases 2 📚 Table of Contents¶ Type Aliases 🛠️ File Location:¶ 📂 packages/scope-manager/tests/fixtures/type-declaration/function/function-generics1.ts Type Aliases¶ T¶ type T = 1; A<U>¶ type A<U> = (arg: U) => T;