UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 497 B
/** Missing description */ export interface GenericDomainOptionsCreation { /** Duration selected for the purchase of the product */ duration: string; /** Cart item to be linked */ itemId: number; /** Identifier of a domain name option offer */ planCode: string; /** Pricing mode selected for the purchase of the product */ pricingMode: string; /** Quantity of product desired */ quantity: number; } //# sourceMappingURL=GenericDomainOptionsCreation.d.ts.map