UNPKG

cecon-interfaces

Version:
19 lines (18 loc) 595 B
import { EBarcodeFormat, EPayioChefTabMode } from '../../chef-config'; export interface IPayioBigChefConfigOperation { tabBarcodeFormat: EBarcodeFormat; tabBarcodeInitialFlag: string; tabBipOnPrint: boolean; tabHeaderMessages: string[]; tabListItems: string[]; tabPrintFormat: 'simple' | 'tabular'; tabShowBarCode: boolean; tabShowNetWeight: boolean; tabShowOrderNumber: boolean; tabShowPricePerKg: boolean; tabShowTotalPrice: boolean; tabStartOrderIn: number; tabMode: EPayioChefTabMode; tabUrlLogo: string; visionDeviceId: string; }