UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 129 B
type DedicatedServerKvm = { expiration?: Date; ip?: string | null; name?: string; }; export { DedicatedServerKvm };