lfk-client-js/dist/models/DistanceDonation.d.ts

7 lines
136 B
TypeScript

export declare type DistanceDonation = {
runner: string;
amountPerDistance: number;
id: number;
donor: string;
};