enums/ExportType.ps1

enum ExportType {
    Alert
    Hunting
    All
    Templates
}