cecon-interfaces
Version:
Interfaces de Projetos Cecon
19 lines (18 loc) • 595 B
TypeScript
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;
}