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