/** * Controls the quality/performance tradeoff for barcode recognition. */ export type ScanQualityLevel = 'fast' | 'balanced' | 'accurate';