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