UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (5 loc) 247 B
import { ServicesExpandedLifecycleActionEnum } from './ServicesExpandedLifecycleActionEnum.js'; type ServicesExpandedLifecycleCapacities = { actions?: ServicesExpandedLifecycleActionEnum[]; }; export { ServicesExpandedLifecycleCapacities };