@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 388 B
TypeScript
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