UI Protocol: Build response with the global excecution status on each
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index f120f9c9e4dcf3fb5b5be68f8fe7ae762a0f235e..1f78671e2f6a4901c935b41736f1688459c2ff65 100644 (file)
@@ -47,5 +47,6 @@ export enum ResponseStatus {
 
 export interface ResponsePayload extends JsonObject {
   status: ResponseStatus;
-  hashIds?: string[];
+  hashIdsSucceeded?: string[];
+  hashIdsFailed?: string[];
 }