fix(core): update

This commit is contained in:
2023-08-15 12:02:44 +02:00
parent a6cd0cb579
commit 4b0db4da21
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ export interface IDistributedTaskRequest {
export interface IDistributedTaskRequestResult {
submitterId: string;
requestResponseId: string;
considered: boolean;
rank: number;
reason: string;