mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
9 lines (8 loc) • 327 B
TypeScript
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>);
}