mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(barcode-scanner): wrong barcode format identifier PDF417 -> PDF_417 (#2574)
This commit is contained in:
parent
9f9a3461f7
commit
61714ff7ca
@ -68,7 +68,7 @@ export interface BarcodeScanResult {
|
|||||||
| 'ITF'
|
| 'ITF'
|
||||||
| 'RSS14'
|
| 'RSS14'
|
||||||
| 'RSS_EXPANDED'
|
| 'RSS_EXPANDED'
|
||||||
| 'PDF417'
|
| 'PDF_417'
|
||||||
| 'AZTEC'
|
| 'AZTEC'
|
||||||
| 'MSI';
|
| 'MSI';
|
||||||
cancelled: boolean;
|
cancelled: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user