X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FFileType.ts;h=2b6bc380cbe401c1c294407c489ed47f9bc331fc;hb=6e177b76d80dc30e471ec9f3500560285c48fc0f;hp=3781b7d9e9b22d58423782e128c70f13be467e09;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;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' }