UNPKG

mobyo-interfaces

Version:
9 lines (8 loc) 327 B
import { IPayioDeviceChef } from '../interfaces/i-device-chef'; export declare class PayioDeviceChefEntity implements IPayioDeviceChef { chefConfigId: string | null; chefConfigName: string | null; scheduleId: string | null; scheduleName: string | null; constructor(data?: Partial<PayioDeviceChefEntity>); }