UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommentSorting = void 0; var CommentSorting; (function (CommentSorting) { CommentSorting[CommentSorting["OldestTop"] = 0] = "OldestTop"; CommentSorting[CommentSorting["NewestTop"] = 1] = "NewestTop"; })(CommentSorting = exports.CommentSorting || (exports.CommentSorting = {}));