X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationWorker.ts;h=945d3d207d00865674b9fc7346f3d81a27d57a5b;hb=db7d7aa671a7fef2555f0528023d327353b944fd;hp=fe09514f26fbe71b40d90c0762b12b45e7606efe;hpb=e3822d6f1b40477f7308ad70c290ed2c4106c585;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationWorker.ts b/src/types/ChargingStationWorker.ts index fe09514f..945d3d20 100644 --- a/src/types/ChargingStationWorker.ts +++ b/src/types/ChargingStationWorker.ts @@ -1,6 +1,5 @@ -import { WorkerData, WorkerMessage, WorkerMessageEvents } from './Worker'; - import { JsonObject } from './JsonType'; +import { WorkerData, WorkerMessage, WorkerMessageEvents } from './Worker'; export interface ChargingStationWorkerOptions extends JsonObject { elementStartDelay?: number;