Skip to content

⬅️ Back to Table of Contents

📄 type-query-qualified.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/type-query-qualified.ts

Variables & Constants

Name Type Kind Value Exported
x { y: { z: number; }; } const { y: { z: 1 } }

Type Aliases

T

type T = typeof x.y.z;

Unresolved

type Unresolved = x.y.z;