UNPKG

mobyo-interfaces

Version:
10 lines (9 loc) 340 B
import { IPayioChefConfigPrinter } from '../interfaces'; export declare class PayioChefConfigPrinterEntity implements IPayioChefConfigPrinter { active: boolean; brand: string | null; interface: 'USB' | 'TCP/IP'; model: string | null; port: string | null; constructor(data?: Partial<PayioChefConfigPrinterEntity>); }