This commit is contained in:
11
dist/models/Runner.d.ts
vendored
Normal file
11
dist/models/Runner.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export declare type Runner = {
|
||||
group: string;
|
||||
distance: number;
|
||||
distanceDonationAmount: number;
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user