export interface PrinterModel { printer: 'jzv3' | 'tm20'; id: string; qr: string; data: string; }