Ensure charging station data is always JSON serializable
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / UIProtocol.ts
index d324acc5a54fedbf34af830885bd38574fc1140a..22871d688b42d400648ec63000d0ccd9efd3b52b 100644 (file)
@@ -43,4 +43,5 @@ export enum ResponseStatus {
 
 export interface ResponsePayload extends JsonObject {
   status: ResponseStatus;
+  hashIds?: string[];
 }