UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 121 B
type ServiceRoute = { path?: string | null; url?: string | null; vars?: string; }; export { ServiceRoute };