UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 297 B
type HostingWebRuntimeTypeEnum = 'nodejs-10' | 'nodejs-11' | 'nodejs-12' | 'nodejs-14' | 'nodejs-8' | 'nodejs-9' | 'phpfpm-5.6' | 'phpfpm-7.0' | 'phpfpm-7.1' | 'phpfpm-7.2' | 'phpfpm-7.3' | 'phpfpm-7.4' | 'phpfpm-8.0' | 'python-2' | 'python-3' | 'ruby-2.6'; export { HostingWebRuntimeTypeEnum };