UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 256 B
import { NameServerInput } from './NameServerInput'; /** Payload used to update the DNS of a domain name */ export interface UpdatePayload { /** Name servers to update */ nameServers: NameServerInput[]; } //# sourceMappingURL=UpdatePayload.d.ts.map