Skip to content

Commit 1d3eacb

Browse files
committed
feat: add type for deployment strategy vs pipeline ids
1 parent 760fc2f commit 1d3eacb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Shared/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,3 +1163,5 @@ export interface IntelligenceConfig {
11631163
export type DeploymentStrategyType = 'CANARY' | 'ROLLING' | 'RECREATE' | 'BLUE-GREEN'
11641164

11651165
export type DeploymentStrategyTypeWithDefault = DeploymentStrategyType | 'DEFAULT'
1166+
1167+
export type PipelineIdsVsDeploymentStrategyMap = Record<number, DeploymentStrategyType>

0 commit comments

Comments
 (0)