new lib version [CI SKIP]
This commit is contained in:
12
dist/models/RunnerGroup.d.ts
vendored
12
dist/models/RunnerGroup.d.ts
vendored
@@ -1,5 +1,7 @@
|
||||
export declare type RunnerGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
};
|
||||
export declare type RunnerGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
distance: number;
|
||||
distanceDonationAmount: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user