⬅️ Back to Table of Contents
📄 TypeElement.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
5 |
📑 Type Aliases |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/ast-spec/src/unions/TypeElement.ts
📦 Imports
Name |
Source |
TSCallSignatureDeclaration |
../element/TSCallSignatureDeclaration/spec |
TSConstructSignatureDeclaration |
../element/TSConstructSignatureDeclaration/spec |
TSIndexSignature |
../element/TSIndexSignature/spec |
TSMethodSignature |
../element/TSMethodSignature/spec |
TSPropertySignature |
../element/TSPropertySignature/spec |
Type Aliases
TypeElement
type TypeElement = | TSCallSignatureDeclaration
| TSConstructSignatureDeclaration
| TSIndexSignature
| TSMethodSignature
| TSPropertySignature;