UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 236 B
import { Ipv4 } from '../../Ipv4'; /** vps.secondaryDnsDomains.post */ export interface Post { /** The domain to add */ domain: string; /** IPv4 address (e.g., 192.0.2.0) */ ip: Ipv4; } //# sourceMappingURL=Post.d.ts.map