UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 164 B
/** Branch enum */ export declare enum BranchEnum { 'old' = "old", 'stable' = "stable", 'testing' = "testing" } //# sourceMappingURL=BranchEnum.d.ts.map