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