Files
gridpilot.gg/apps/website/lib/dtos/UpdateTeamOutputDto.ts
2025-12-17 18:01:47 +01:00

7 lines
152 B
TypeScript

/**
* Update team output data transfer object
* Output from updating team information
*/
export interface UpdateTeamOutputDto {
success: boolean;
}