⬅️ Back to Table of Contents 📄 tuple-labelled.ts¶ 📊 Analysis Summary¶ Metric Count 📑 Type Aliases 3 📚 Table of Contents¶ Type Aliases 🛠️ File Location:¶ 📂 packages/scope-manager/tests/fixtures/type-declaration/tuple-labelled.ts Type Aliases¶ T1¶ type T1 = 1; T2¶ type T2 = 2; A¶ type A = [a: T1, b?: T2];