3.4.0
This commit is contained in:
@@ -16,6 +16,7 @@ export * from "./interfaces/team-entry";
|
||||
export * from "./interfaces/team";
|
||||
export * from "./interfaces/tournament";
|
||||
export * from "./interfaces/guest-player-request";
|
||||
export * from "./interfaces/guest-player-from-other-country-request";
|
||||
export * from "./interfaces/single-tournament";
|
||||
export * from "./interfaces/team-championship";
|
||||
export * from "./interfaces/tag";
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
export interface GuestPlayerFromOtherCountryRequest {
|
||||
id?: number;
|
||||
name: string;
|
||||
rankingSingles: number | null;
|
||||
rankingDoubles: number | null;
|
||||
rankingMixed: number | null;
|
||||
}
|
||||
Reference in New Issue
Block a user