UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 207 B
import { Key } from './Key'; /** Payload used to update the DNSSEC keys of a domain name */ export interface UpdatePayload { /** New Keys */ keys: Key[]; } //# sourceMappingURL=UpdatePayload.d.ts.map