UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 185 B
/** Web Cloud Database config type */ export declare enum TypeEnum { 'boolean' = "boolean", 'number' = "number", 'string' = "string" } //# sourceMappingURL=TypeEnum.d.ts.map