export type ResponseRunnerOrganization = { address?: any; teams: Array; registrationKey?: string; registrationEnabled?: boolean; id: number; name: string; contact?: any; total_distance?: number; };