UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 172 B
type SslGatewayEligibilityStatus = { domain?: string; ip6s?: string[]; ips?: string[]; isHostedByOvh?: boolean; }; export { SslGatewayEligibilityStatus };