@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 331 B
TypeScript
/** A device for registration */
export interface DeviceForRegistration {
/** Whether or not this device is actived */
activated: boolean;
/** */
deviceId: string;
/** The last time this device was seen on the provisionning servers */
lastSeen: string;
}
//# sourceMappingURL=DeviceForRegistration.d.ts.map