feat!: handle Set at JSON serialization to string
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index f53696dae914b02ed0c3a24a66d89939393707e4..00d939317c5e93fbacb20c01487b116da27bb9e6 100644 (file)
@@ -86,9 +86,3 @@ export interface TemplateStatistics extends JsonObject {
   started: number
   indexes: number[]
 }
-
-export interface SimulatorState extends JsonObject {
-  version: string
-  started: boolean
-  templateStatistics: Record<string, TemplateStatistics>
-}