/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ScanStation = { id: number; description?: string; track: string; key: string; enabled: boolean; }