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