Skip to content

⬅️ Back to Table of Contents

📄 interface1.ts

📊 Analysis Summary

Metric Count
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

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

Interfaces

A

Interface Code
interface A {
  a: string;
}

Properties

Name Type Optional Description
a string