UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 318 B
/** AttachedDomain vcs status */ export declare enum VcsStatusEnum { 'created' = "created", 'creating' = "creating", 'deleting' = "deleting", 'deploying' = "deploying", 'disabled' = "disabled", 'error' = "error", 'initialError' = "initialError" } //# sourceMappingURL=VcsStatusEnum.d.ts.map