@posx/core 5.3.65 → 5.3.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -238,10 +238,10 @@ declare module '@posx/core/libs/escpos.printer' {
238
238
  image?: IPrintImage;
239
239
  qrcode?: IPrintQrcode;
240
240
  barcode?: IPrintBarcode;
241
- align: PrintAlign;
242
- style: PrintStyle;
241
+ align?: PrintAlign;
242
+ style?: PrintStyle;
243
243
  type: PrintType;
244
- repeat: number;
244
+ repeat?: number;
245
245
  codepage?: Codepages;
246
246
  };
247
247
  export type IPrintCommand = {