From dcf7170e28437a2b9b15e232389fd4ce407005a8 Mon Sep 17 00:00:00 2001 From: asp_ly Date: Wed, 1 Jan 2025 12:10:04 +0800 Subject: [PATCH] 1 --- frontend/src/pages/Deploy/Deployment/List/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/pages/Deploy/Deployment/List/types.ts b/frontend/src/pages/Deploy/Deployment/List/types.ts index b0b10514..d94bf9af 100644 --- a/frontend/src/pages/Deploy/Deployment/List/types.ts +++ b/frontend/src/pages/Deploy/Deployment/List/types.ts @@ -27,6 +27,9 @@ export interface DeploymentConfig extends BaseResponse { publishedWorkflowDefinition?: WorkflowDefinition; buildVariables: JsonNode; formVariablesSchema: JsonNode, + lastBuildStatus: string, + lastBuildStartTime: string, + lastBuildEndTime: string, enabled: boolean; }