7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
/**
|
|
* Update team output data transfer object
|
|
* Output from updating team information
|
|
*/
|
|
export interface UpdateTeamOutputDto {
|
|
success: boolean;
|
|
} |