UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 275 B
import { Price } from '../../../order/Price'; /** Available modem option for the offer */ export interface OfferModemOption { /** Name of the modem */ name: string; /** Price of for this modem */ price?: Price; } //# sourceMappingURL=OfferModemOption.d.ts.map