@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 311 B
JavaScript
/** Type of data returned in the capabilities options */
export var TypeEnum;
(function (TypeEnum) {
TypeEnum["boolean"] = "boolean";
TypeEnum["double"] = "double";
TypeEnum["duration"] = "duration";
TypeEnum["long"] = "long";
TypeEnum["string"] = "string";
})(TypeEnum || (TypeEnum = {}));