3781b7d9e9b22d58423782e128c70f13be467e09
[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 }