@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
11 lines (10 loc) • 361 B
JavaScript
/**
* Type of ordering
*/
export var SCCommentsOrderBy;
(function (SCCommentsOrderBy) {
SCCommentsOrderBy["ADDED_AT_DESC"] = "-added_at";
SCCommentsOrderBy["ADDED_AT_ASC"] = "added_at";
SCCommentsOrderBy["CONNECTION_DESC"] = "-connection";
SCCommentsOrderBy["CONNECTION_ASC"] = "connection";
})(SCCommentsOrderBy || (SCCommentsOrderBy = {}));