UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (11 loc) 393 B
import { HostingWebModuleDependencyTypeEnum } from './HostingWebModuleDependencyTypeEnum.js'; type HostingWebModuleDependencyType = { name?: string | null; password?: string | null; port?: number | null; prefix?: string | null; server?: string | null; type?: HostingWebModuleDependencyTypeEnum; user?: string | null; }; export { HostingWebModuleDependencyType };