UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 352 B
import { ServiceOption } from './ServiceOption'; /** Representation of the domain options */ export interface ServiceOptions { /** Hosting option */ hosting?: ServiceOption; /** Offer option (Diamond, Platinum) */ offer?: ServiceOption; /** DNS zone option */ zone?: ServiceOption; } //# sourceMappingURL=ServiceOptions.d.ts.map