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