7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export declare type DistanceDonation = {
|
|
runner: string;
|
|
amountPerDistance: number;
|
|
id: number;
|
|
donor: string;
|
|
};
|