Skip to content

⬅️ Back to Table of Contents

📄 mapped-named.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

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

Type Aliases

T

type T = Record<string, string>;

A

type A = { [k in string as k]: T[k] };