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