frontend/.pnpm-store/v3/files/0a/06c12c970e54a0f38eccf1596f2cc40ef2613afed3da90865667584c1485ab20f868804bcc853d59fdd65ae0975ebb42f77066f5472ac85fa9cfeea654d8ae

15 lines
307 B
Plaintext

export type ResponseSelfServiceRunner = {
distance: number;
donationAmount: number;
group: string;
distanceDonations: string;
token?: string;
id: number;
firstname: string;
middlename: string;
lastname: string;
phone: string;
email: string;
address?: any;
};