Skip to content

Commit d87c812

Browse files
committed
[#60] ♻️ refactor team related interfaces
1 parent 205bb22 commit d87c812

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/types/team.types.d.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ type TeamBaseBody = {
1313
teamTags?: Tag[]
1414
}
1515

16-
export interface TeamListType extends PostBaseBody {
17-
teamTitle: string
18-
teamContent: string
19-
teamType: TeamType
20-
teamPosition: string
21-
teamRecruitmentNum: number
22-
teamTechStack: string[]
23-
teamTags: string[]
16+
export interface TeamListType extends PostBaseBody, TeamBaseBody {
2417
teamIsActive: boolean
2518
}
2619

0 commit comments

Comments
 (0)