/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type TrackScan = { track: string; card: string; station: string; distance: number; timestamp: string; id: number; runner: string; valid: boolean; }