node-ovh-ts
Version:
OVH API wrapper library for TypeScript
12 lines (9 loc) • 467 B
TypeScript
import { ServicesExpandedLifecycleCapacities } from './ServicesExpandedLifecycleCapacities.js';
import { ServicesExpandedLifecycleCurrent } from './ServicesExpandedLifecycleCurrent.js';
import './ServicesExpandedLifecycleActionEnum.js';
import './ServicesExpandedLifecycleStateEnum.js';
type ServicesExpandedLifecycle = {
capacities?: ServicesExpandedLifecycleCapacities;
current?: ServicesExpandedLifecycleCurrent;
};
export { ServicesExpandedLifecycle };