UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 149 B
/** Type of the gateway */ export declare enum TypeEnum { 'private' = "private", 'public' = "public" } //# sourceMappingURL=TypeEnum.d.ts.map