UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

15 lines (12 loc) 574 B
import { DedicatedCloudRightNetworkRoleEnum } from './DedicatedCloudRightNetworkRoleEnum.js'; import { DedicatedCloudRightRightEnum } from './DedicatedCloudRightRightEnum.js'; import { DedicatedCloudRightVmNetworkRoleEnum } from './DedicatedCloudRightVmNetworkRoleEnum.js'; type DedicatedCloudRight = { canAddRessource?: boolean; datacenterId?: number; networkRole?: DedicatedCloudRightNetworkRoleEnum; right?: DedicatedCloudRightRightEnum; rightId?: number; vmNetworkRole?: DedicatedCloudRightVmNetworkRoleEnum; }; export { DedicatedCloudRight };