UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 368 B
import { RecommendedIps } from './RecommendedIps'; import { RecordStatus } from './RecordStatus'; /** Attached domain DNS status */ export interface DigStatus { /** Attached domain */ domain: string; /** */ recommendedIps: RecommendedIps; /** */ records: { [key: string]: RecordStatus; }; } //# sourceMappingURL=DigStatus.d.ts.map