UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 158 B
type OverTheBoxDeviceForRegistration = { activated?: boolean; deviceId?: string; lastSeen?: Date; }; export { OverTheBoxDeviceForRegistration };