import { RegionTypeEnum } from '../../common/RegionTypeEnum';
/** Subscribable Savings Plan offer */
export interface SubscribableSavingsPlanOffer {
    /** Region type of nodes where Savings Plan is deployed */
    deploymentMode: RegionTypeEnum;
    /** Identifier of the Savings Plan commercial offer */
    offerId: string;
}
//# sourceMappingURL=SubscribableSavingsPlanOffer.d.ts.map