UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 234 B
import { NichandleCountryEnum } from './NichandleCountryEnum.js'; type DedicatedCloudPccZone = { city?: string; countryCode?: NichandleCountryEnum; id?: number; pccZone?: string; }; export { DedicatedCloudPccZone };