UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 218 B
import { HostingWebCountryEnum } from './HostingWebCountryEnum.js'; type HostingWebCountriesIp = { country?: HostingWebCountryEnum; ip?: string; ipv6?: string | null; }; export { HostingWebCountriesIp };