export interface BarcodeFormatsType { /** * Type of the barcode either 1D or 2D */ type: string; /** * The available formats supported by the package */ availableFormats: string[]; }