Skip to content

Commit

Permalink
Finish typing lib/projects
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 16, 2024
1 parent 5cc2dc5 commit 1924caf
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 131 deletions.
4 changes: 2 additions & 2 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export const PROJECT_ERROR_TYPES = {
SUBDEPLOY_FAILED: 'DeployPipelineErrorType.DEPENDENT_SUBDEPLOY_FAILED',
} as const;

export const PROJECT_TASK_TYPES = {
export const PROJECT_TASK_TYPES: { [key: string]: string } = {
PRIVATE_APP: 'private app',
PUBLIC_APP: 'public app',
APP_FUNCTION: 'function',
CRM_CARD_V2: 'card',
} as const;
};

export const PROJECT_COMPONENT_TYPES = {
PROJECTS: 'projects',
Expand Down
Loading

0 comments on commit 1924caf

Please sign in to comment.