UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 237 B
/** Operation mode of the service. */ export declare enum OperationModeEnum { 'overthebox' = "overthebox", 'overthebox-legacy' = "overthebox-legacy", 'wireguard' = "wireguard" } //# sourceMappingURL=OperationModeEnum.d.ts.map