@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 359 B
TypeScript
import { OfferEnum } from './OfferEnum';
import { Price } from '../../order/Price';
/** Struct which describs an boost offer from a service */
export interface AvailableOfferStruct {
/** Available boost offer */
offer: OfferEnum;
/** The price in month for this boost offer */
price: Price;
}
//# sourceMappingURL=AvailableOfferStruct.d.ts.map