@wasserstoff/tribes-sdk
Version:
SDK for integrating with Tribes by Astrix platform on any EVM compatible chain
16 lines (15 loc) • 458 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionType = void 0;
/**
* Action types for the point system
*/
var ActionType;
(function (ActionType) {
ActionType["POST"] = "POST";
ActionType["COMMENT"] = "COMMENT";
ActionType["LIKE"] = "LIKE";
ActionType["QUIZ"] = "QUIZ";
ActionType["POLL"] = "POLL";
ActionType["CUSTOM"] = "CUSTOM";
})(ActionType || (exports.ActionType = ActionType = {}));