File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { BuildStageType , FormType } from '@Common/CIPipeline.Types'
2
- import { DeploymentAppTypes } from '@Common/Types'
2
+ import { DeploymentAppTypes , UserApprovalConfigType } from '@Common/Types'
3
3
import { DeploymentStrategy } from '@Shared/Components'
4
4
import { EnvListMinDTO } from '@Shared/types'
5
5
@@ -61,9 +61,7 @@ export interface CDFormType {
61
61
preStageConfigMapSecretNames : { configMaps : ConfigSecretType [ ] ; secrets : ConfigSecretType [ ] }
62
62
postStageConfigMapSecretNames : { configMaps : ConfigSecretType [ ] ; secrets : ConfigSecretType [ ] }
63
63
requiredApprovals : string
64
- userApprovalConfig ?: {
65
- requiredCount : number
66
- }
64
+ userApprovalConfig ?: UserApprovalConfigType
67
65
isClusterCdActive : boolean
68
66
deploymentAppCreated : boolean
69
67
clusterId : string
You can’t perform that action at this time.
0 commit comments