mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
9 lines (8 loc) • 327 B
TypeScript
import { IPayioJwtPayloadDevice } from '../interfaces/i-payload-device';
export declare class PayioJwtPayloadDeviceEntity implements IPayioJwtPayloadDevice {
chefConfigId: string | null;
id: string;
name: string | null;
scheduleId: string | null;
constructor(data?: Partial<PayioJwtPayloadDeviceEntity>);
}