Type Alias BarcodeScannerElement

BarcodeScannerElement: {
    restrictBarcodeTypes: boolean;
    restrictedBarcodeTypes?: string[];
    type: "barcodeScanner";
} & FormElementWithInput<string>