UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 149 B
type DedicatedNashaVrack = { id?: number; serviceIp?: string; type?: string; vrackName?: string; }; export { DedicatedNashaVrack };