UNPKG

mobyo-interfaces

Version:
6 lines (5 loc) 176 B
export interface IPayioChefConfigScale { baudRate: '2400' | '4800' | '9600' | '19200' | '38400' | '57600' | '115200'; model: string | null; brand: string | null; }