This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
lfk-client-node/dist/models/UpdateDistanceDonation.d.ts

8 lines
153 B
TypeScript
Raw Normal View History

2023-02-02 09:47:35 +00:00
export type UpdateDistanceDonation = {
2021-01-13 19:36:32 +00:00
runner: number;
amountPerDistance: number;
id: number;
donor: number;
2021-04-14 17:08:11 +00:00
paidAmount?: number;
2021-01-13 19:36:32 +00:00
};