UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 254 B
/** Type of data returned in the capabilities options */ export declare enum TypeEnum { 'boolean' = "boolean", 'double' = "double", 'duration' = "duration", 'long' = "long", 'string' = "string" } //# sourceMappingURL=TypeEnum.d.ts.map