UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (5 loc) 215 B
import { CloudInstanceRebootTypeEnum } from './CloudInstanceRebootTypeEnum.js'; type CloudProjectInstanceRebootCreation = { type: CloudInstanceRebootTypeEnum; }; export { CloudProjectInstanceRebootCreation };