mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
10 lines (9 loc) • 340 B
TypeScript
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>);
}