UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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