UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 279 B
/** Billing tasks statuses */ export declare enum TaskStatusEnum { 'CANCELLED' = "CANCELLED", 'DOING' = "DOING", 'DONE' = "DONE", 'ERROR' = "ERROR", 'INIT' = "INIT", 'PROBLEM' = "PROBLEM", 'TODO' = "TODO" } //# sourceMappingURL=TaskStatusEnum.d.ts.map