UNPKG

mobyo-interfaces

Version:
9 lines (8 loc) 327 B
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>); }