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

8 lines
146 B
TypeScript
Raw Normal View History

2023-02-02 09:42:58 +00:00
export type DistanceDonation = {
2021-01-03 18:16:00 +00:00
runner: string;
amountPerDistance: number;
id: number;
donor: string;
2021-04-14 17:20:18 +00:00
paidAmount: number;
2021-01-03 18:16:00 +00:00
};