UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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