UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (5 loc) 218 B
import { ServicesExpandedRenewModeEnum } from './ServicesExpandedRenewModeEnum.js'; type ServicesExpandedRenewCapacities = { mode?: ServicesExpandedRenewModeEnum[]; }; export { ServicesExpandedRenewCapacities };