frontend/.pnpm-store/v3/files/c3/c868a3784221754bb45a770d8f9261465cf362fc7342eb6f8c32404ca8582eb9c9e975b8d73760186ddacd34ffbb1953a295979d2b0813adbecd292aa6fc9e

8 lines
146 B
Plaintext

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