| 20 | } |
| 21 | |
| 22 | export interface Options { |
| 23 | quality?: number; |
| 24 | includeBase64?: boolean; |
| 25 | includeExif?: boolean; |
| 26 | includeLocationExif?: boolean; |
| 27 | } |
| 28 | |
| 29 | export interface Spec extends TurboModule { |
| 30 | launchScanner(options: Options, callback: (result: ScanResult) => void): void; |
nothing calls this directly
no outgoing calls
no test coverage detected