@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 360 B
TypeScript
/** Mapping between a VPS 2016 option code and a VPS 2020 option code */
export interface OptionOptionMapping2016 {
/** VPS option current plan code */
currentPlan: string;
/** New VPS option plan code after migration */
newPlan: string;
/** VPS option product */
product: string;
}
//# sourceMappingURL=OptionOptionMapping2016.d.ts.map