cecon-interfaces
Version:
Interfaces de Projetos Cecon
8 lines (7 loc) • 346 B
TypeScript
import { IPayioBigChefConfigScale } from '../interfaces';
export declare class PayioBigChefConfigScaleEntity implements IPayioBigChefConfigScale {
baudRate: '2400' | '4800' | '9600' | '19200' | '38400' | '57600' | '115200';
brand: string | null;
model: string | null;
constructor(data?: Partial<PayioBigChefConfigScaleEntity>);
}