Skip to content

Commit 2ed09e4

Browse files
committed
feat: add enum access type from dashboard
1 parent faf6106 commit 2ed09e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Shared/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,3 +682,9 @@ export enum RuntimeParamsHeadingType {
682682
KEY = 'key',
683683
VALUE = 'value',
684684
}
685+
686+
export enum ACCESS_TYPE_MAP {
687+
DEVTRON_APPS = 'devtron-app', // devtron app work flow
688+
HELM_APPS = 'helm-app', // helm app work flow
689+
JOBS = '', // Empty string is intentional since there is no bifurcation in jobs as of now
690+
}

0 commit comments

Comments
 (0)