GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
571 B

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagColor = void 0;
var TagColor;
(function (TagColor) {
TagColor["BLUE"] = "Blue";
TagColor["BROWN"] = "Brown";
TagColor["CYAN"] = "Cyan";
TagColor["DEEP_ORANGE"] = "Red Orange";
TagColor["GREEN"] = "Green";
TagColor["INDIGO"] = "Indigo";
TagColor["LIME"] = "Lime";
TagColor["ORANGE"] = "Orange";
TagColor["PINK"] = "Pink";
TagColor["PURPLE"] = "Purple";
TagColor["TEAL"] = "Teal";
})(TagColor = exports.TagColor || (exports.TagColor = {}));