export type UpdateScanStation = { id: number; description?: string; enabled?: boolean; };