api client refactor
This commit is contained in:
9
apps/website/lib/dtos/LeagueAdminProtestsDto.ts
Normal file
9
apps/website/lib/dtos/LeagueAdminProtestsDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { ProtestViewModel } from '../apiClient';
|
||||
|
||||
/**
|
||||
* League admin protests transport object
|
||||
* Contains protests for league administration
|
||||
*/
|
||||
export interface LeagueAdminProtestsDto {
|
||||
protests: ProtestViewModel[];
|
||||
}
|
||||
Reference in New Issue
Block a user