UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 308 B
/** billing task status */ export declare enum BillingTaskStatusEnum { 'cancelled' = "cancelled", 'customerError' = "customerError", 'doing' = "doing", 'done' = "done", 'init' = "init", 'ovhError' = "ovhError", 'todo' = "todo" } //# sourceMappingURL=BillingTaskStatusEnum.d.ts.map