@oneblink/sdk-core
    Preparing search index...

    Type Alias BarcodeScannerElement

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