Skip to content

Commit

Permalink
type :: team Type
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed May 8, 2024
1 parent 4760ea9 commit cf9ddde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/types/teamType.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type TeamType = 'CLUB' | 'TEAM_PROJECT' | 'PRIVATE_PROJECT' | 'ETC' | string;
export type TeamType = 'CLUB' | 'TEAM_PROJECT' | 'PRIVATE_PROJECT' | 'ETC';
export type MemberRoleType = 'ADMINISTRATOR' | 'MEMBER';

export type TeamListType = {
Expand Down

0 comments on commit cf9ddde

Please sign in to comment.