diff --git a/src/utils/types/deploy.ts b/src/utils/types/deploy.ts index 1e5d3b4..0ebbe75 100644 --- a/src/utils/types/deploy.ts +++ b/src/utils/types/deploy.ts @@ -13,6 +13,7 @@ export type DeployAllType = { }; export type DeployDetailType = { + deploy_name: string; team_name_en: string; team_name_ko: string; one_line_description: string;