X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FUIProtocol.ts;h=b5cf30fff02cbca47089e577d75a0a8a8e7f0bd2;hb=9388120364d5a2f3b9103f05802e1756d2dad04f;hp=00d939317c5e93fbacb20c01487b116da27bb9e6;hpb=276e05aec38f4e8b4a8d5ebd8cbbcb30592b414d;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 00d93931..b5cf30ff 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -79,10 +79,3 @@ export interface ResponsePayload extends JsonObject { hashIdsFailed?: string[] responsesFailed?: BroadcastChannelResponsePayload[] } - -export interface TemplateStatistics extends JsonObject { - configured: number - added: number - started: number - indexes: number[] -}