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