Skip to content

⬅️ Back to Table of Contents

📄 equals3-type.ts

📊 Analysis Summary

Metric Count
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/export/equals3-type.ts

Interfaces

Foo

Interface Code
interface Foo {
  bar: 1;
}

Properties

Name Type Optional Description
bar 1