/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { GroupContact } from './GroupContact'; import type { RunnerOrganisation } from './RunnerOrganisation'; export type ResponseRunnerTeam = { parentGroup: RunnerOrganisation; id: number; name: string; contact?: GroupContact; }