UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 254 B
import { DedicatedCloudOptionStateEnum } from './DedicatedCloudOptionStateEnum.js'; type DedicatedCloudOptionDatacenterOptionState = { id?: number; state?: DedicatedCloudOptionStateEnum; }; export { DedicatedCloudOptionDatacenterOptionState };