UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 134 B
type CloudExecutionStateEnum = 'CANCELED' | 'ERROR' | 'IDLE' | 'PAUSED' | 'RUNNING' | 'SUCCESS'; export { CloudExecutionStateEnum };