api client refactor
This commit is contained in:
12
apps/website/lib/dtos/LeagueConfigFormModelDto.ts
Normal file
12
apps/website/lib/dtos/LeagueConfigFormModelDto.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* League configuration form model transport object
|
||||
* Used for league configuration forms
|
||||
*/
|
||||
export interface LeagueConfigFormModelDto {
|
||||
id: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
isPublic: boolean;
|
||||
maxMembers: number;
|
||||
// Add other config fields as needed
|
||||
}
|
||||
Reference in New Issue
Block a user