UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 176 B
export interface IPayioChefConfigPrinter { interface: 'USB' | 'TCP/IP'; port: string | null; model: string | null; brand: string | null; active: boolean; }