export interface IPayioChefConfigPrinter {
    interface: 'USB' | 'TCP/IP';
    port: string | null;
    model: string | null;
    brand: string | null;
    active: boolean;
}
