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