cecon-interfaces
Version:
Interfaces de Projetos Cecon
10 lines (9 loc) • 327 B
TypeScript
import { IPayioJwtPayloadDevice } from '../interfaces/i-payload-device';
/**
* @deprecated Use PayioJwtPayloadMachineEntity instead
*/
export declare class PayioJwtPayloadDeviceEntity implements IPayioJwtPayloadDevice {
id: string;
name: string | null;
constructor(data?: Partial<PayioJwtPayloadDeviceEntity>);
}