Skip to content

Commit e3a2f97

Browse files
committed
feat: add deployment with config type enum
1 parent 6fd7458 commit e3a2f97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Shared/constants.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ export enum DeploymentStageType {
4848
DEPLOY = 'DEPLOY',
4949
POST = 'POST',
5050
}
51+
52+
export enum DeploymentWithConfigType {
53+
LAST_SAVED_CONFIG = 'LAST_SAVED_CONFIG',
54+
LATEST_TRIGGER_CONFIG = 'LATEST_TRIGGER_CONFIG',
55+
SPECIFIC_TRIGGER_CONFIG = 'SPECIFIC_TRIGGER_CONFIG',
56+
}

0 commit comments

Comments
 (0)