Skip to content

⬅️ Back to Table of Contents

📄 mapped-named-literal-referenced.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/mapped-named-literal-referenced.ts

Type Aliases

T

type T = 1;

M

type M = { [K in string as T]: 1 };