api client refactor
This commit is contained in:
8
apps/website/lib/dtos/CreateTeamOutputDto.ts
Normal file
8
apps/website/lib/dtos/CreateTeamOutputDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Create team output data transfer object
|
||||
* Output from creating a team
|
||||
*/
|
||||
export interface CreateTeamOutputDto {
|
||||
teamId: string;
|
||||
success: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user