UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 156 B
type OvhcloudconnectServiceBandwidthEnum = '100g' | '100m' | '10g' | '1g' | '200m' | '2g' | '500m' | '5g'; export { OvhcloudconnectServiceBandwidthEnum };