export type CreateScanStation = { description?: string; track: number; enabled?: boolean; };