This commit is contained in:
7
dist/models/ResponseStatsTeam.d.ts
vendored
Normal file
7
dist/models/ResponseStatsTeam.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare type ResponseStatsTeam = {
|
||||
id: number;
|
||||
name: string;
|
||||
distance: number;
|
||||
donationAmount: number;
|
||||
parent: any;
|
||||
};
|
||||
Reference in New Issue
Block a user