Skip to content

⬅️ Back to Table of Contents

📄 index-access2.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 3

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/index-access2.ts

Type Aliases

T

type T = { a: string };

K

type K = 'a';

A

type A = T[K];