Skip to content

Commit 5cb60ec

Browse files
committed
feat: add project to resource kind
1 parent b52ad10 commit 5cb60ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ export enum ResourceKindType {
414414
installation = 'installation',
415415
environment = 'environment',
416416
cdPipeline = 'cd-pipeline',
417+
project = 'project',
417418
}
418419

419420
/**

0 commit comments

Comments
 (0)