UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 204 B
type HorizonViewDomainTrust = { activeDirectoryIP?: string; dns1?: string | null; dns2?: string | null; domain?: string; domainTrustId?: number; }; export { HorizonViewDomainTrust };