export type ResponseScanStation = { id: number; description?: string; key?: string; prefix: string; track: any; enabled: boolean; };