@rr0/cms
Version:
RR0 Content Management System (CMS)
25 lines (24 loc) • 887 B
JavaScript
export var NuforcShape;
(function (NuforcShape) {
NuforcShape["Cigar"] = "Cigar";
NuforcShape["Circle"] = "Circle";
NuforcShape["Chevron"] = "Chevron";
NuforcShape["Cone"] = "Cone";
NuforcShape["Cube"] = "Cube";
NuforcShape["Cylinder"] = "Cylinder";
NuforcShape["Changing"] = "Changing";
NuforcShape["Diamond"] = "Diamond";
NuforcShape["Disk"] = "Disk";
NuforcShape["Flash"] = "Flash";
NuforcShape["Formation"] = "Formation";
NuforcShape["Light"] = "Light";
NuforcShape["Orb"] = "Orb";
NuforcShape["Oval"] = "Oval";
NuforcShape["Other"] = "Other";
NuforcShape["Rectangle"] = "Rectangle";
NuforcShape["Sphere"] = "Sphere";
NuforcShape["Star"] = "Star";
NuforcShape["Teardrop"] = "Teardrop";
NuforcShape["Triangle"] = "Triangle";
NuforcShape["Unknown"] = "Unknown";
})(NuforcShape || (NuforcShape = {}));