/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type RunnerGroup = { id: number; name: string; contact?: any; }