UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 184 B
type OverTheBoxHardware = { canBeLinkedToService?: boolean; mac?: string | null; model?: string; name?: string; serial?: string; }; export { OverTheBoxHardware };