UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 527 B
import { OptionOptionMapping2016 } from './OptionOptionMapping2016'; /** Mapping between a VPS 2016 option code and a VPS 2020 option code */ export interface OptionMapping2016 { /** VPS option current plan code */ currentPlan: string; /** New VPS option plan code after migration */ newPlan: string; /** Mapping of VPS options of option from VPS 2016 to VPS 2020 */ options: OptionOptionMapping2016[]; /** VPS option product */ product: string; } //# sourceMappingURL=OptionMapping2016.d.ts.map