We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a354d commit eb8b65bCopy full SHA for eb8b65b
src/types/community.types.d.ts
@@ -1,4 +1,5 @@
1
export type CommunityCategory = 'SKILL' | 'CAREER' | 'OTHER'
2
+export type CommunityLabelCategory = '기술' | '커리어' | '기타'
3
4
export interface CommunityCreateRequest {
5
communityCategory?: CommunityCategory
src/types/team.types.d.ts
@@ -1,4 +1,6 @@
export type TeamType = 'STUDY' | 'PROJECT' | 'MENTORING'
+export type TeamLabelType = '스터디' | '프로젝트' | '멘토링'
+export type TeamRecruitmentLabelType = '모집 중' | '모집 완료'
export type TeamPosition = string
6
export interface TeamCreateRequest {
0 commit comments