UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 271 B
/** Enum values for State */ export declare enum ExecutionStateEnum { 'CANCELED' = "CANCELED", 'ERROR' = "ERROR", 'IDLE' = "IDLE", 'PAUSED' = "PAUSED", 'RUNNING' = "RUNNING", 'SUCCESS' = "SUCCESS" } //# sourceMappingURL=ExecutionStateEnum.d.ts.map