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; }