UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 482 B
/** Missing description */ export interface DomainPacksCreation { /** Domain name to order */ domain: string; /** Duration selected for the purchase of the product */ duration: string; /** Identifier of the Domain Packs offer (AllDom) */ planCode: string; /** Pricing mode selected for the purchase of the product */ pricingMode: string; /** Quantity of product desired */ quantity: number; } //# sourceMappingURL=DomainPacksCreation.d.ts.map