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