Skip to content
Snippets Groups Projects

add instance id

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,5 +7,6 @@ export type RunNshmpHazResponse = Response<
>;
export interface RunNshmpHazResponseData {
instanceId: string;
jobId: string;
}
Loading