frontend/.pnpm-store/v3/files/b4/b5aefb26d6fc03fffea5d9c83e2d13eb77d4c2629163c11797e4960f56af7ba4d7cad6c21ee5349441c018a2fca7b8c9424d97fcb0c5ef893b2272bed9857d

10 lines
186 B
Plaintext

export type RunnerOrganization = {
address?: any;
key?: string;
distance: number;
distanceDonationAmount: number;
id: number;
name: string;
contact?: any;
};