X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FFileType.ts;h=2b6bc380cbe401c1c294407c489ed47f9bc331fc;hb=a637f99f1d9a63bed1338809a5dbfab26925babe;hp=3781b7d9e9b22d58423782e128c70f13be467e09;hpb=c78355e4f754d07a9d150b10b11ad925946b5c5a;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/FileType.ts b/src/types/FileType.ts index 3781b7d9..2b6bc380 100644 --- a/src/types/FileType.ts +++ b/src/types/FileType.ts @@ -4,5 +4,5 @@ export enum FileType { ChargingStationConfiguration = 'charging station configuration', ChargingStationTemplate = 'charging station template', PerformanceRecords = 'performance records', - JsonSchema = 'json schema', + JsonSchema = 'json schema' }