⬅️ Back to Table of Contents 📄 ExportAndImportKind.ts¶ 📊 Analysis Summary¶ Metric Count 📑 Type Aliases 3 📚 Table of Contents¶ Type Aliases 🛠️ File Location:¶ 📂 packages/ast-spec/src/declaration/ExportAndImportKind.ts Type Aliases¶ ExportAndImportKind¶ type ExportAndImportKind = 'type' | 'value'; ExportKind¶ type ExportKind = ExportAndImportKind; ImportKind¶ type ImportKind = ExportAndImportKind;