Skip to content

⬅️ Back to Table of Contents

📄 interface2.ts

📊 Analysis Summary

Metric Count
📐 Interfaces 1
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

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

Interfaces

A

Interface Code
interface A {}

Type Aliases

B

type B = A;