Type Alias WriteInputBarcodeFormat

WriteInputBarcodeFormat: TakeFirst<
    Exclude<
        typeof barcodeFormatsWithMeta[number],
        readonly [string, string, "W-"],
    >,
>

Barcode formats that can be used in WriterOptions.format to write barcodes.