UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 501 B
/** Missing description */ export interface GenericDomainCreation { /** Domain name to order */ domain: string; /** Duration for the product */ duration?: string; /** Offer unique identifier */ offerId?: string; /** Identifier of the commercial offer */ planCode?: string; /** Pricing mode selected for the purchase of the product */ pricingMode?: string; /** Quantity to order */ quantity?: number; } //# sourceMappingURL=GenericDomainCreation.d.ts.map