UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 145 B
type FreefaxQuantityEnum = '10' | '100' | '1000' | '10000' | '100000' | '200' | '2000' | '50' | '500' | '5000'; export { FreefaxQuantityEnum };