feat: include robotId and robotMetaId in run data interface

This commit is contained in:
amhsirak
2024-11-18 05:50:25 +05:30
parent 6622e4fa26
commit 4fefe71d29

View File

@@ -45,6 +45,8 @@ export interface Data {
// task: string;
log: string;
runId: string;
robotId: string;
robotMetaId: string;
interpreterSettings: RunSettings;
serializableOutput: any;
binaryOutput: any;