UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

10 lines (9 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SlaTagType = void 0; var SlaTagType; (function (SlaTagType) { SlaTagType["multiple"] = "multiple"; SlaTagType["single"] = "single"; SlaTagType["text"] = "text"; })(SlaTagType = exports.SlaTagType || (exports.SlaTagType = {}));