Type Alias LinearBarcodeFormat

LinearBarcodeFormat: TakeFirst<
    Extract<
        typeof barcodeFormatsWithMeta[number],
        readonly [string, "L", ...unknown[]],
    >,
>