@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 323 B
JavaScript
/** All existing types for a given template */
export var TypeTemplateEnum;
(function (TypeTemplateEnum) {
TypeTemplateEnum["alerting"] = "alerting";
TypeTemplateEnum["authentification"] = "authentification";
TypeTemplateEnum["transactional"] = "transactional";
})(TypeTemplateEnum || (TypeTemplateEnum = {}));