Merge dependabot/npm_and_yarn/ui/web/vue/eslint-config-typescript-12.0.0 into combine...
[e-mobility-charging-stations-simulator.git] / src / types / FileType.ts
1 export enum FileType {
2 Authorization = 'authorization',
3 Configuration = 'configuration',
4 ChargingStationConfiguration = 'charging station configuration',
5 ChargingStationTemplate = 'charging station template',
6 PerformanceRecords = 'performance records',
7 JsonSchema = 'json schema',
8 }