megalodon
Version:
Fediverse API client for node.js and browser
17 lines (16 loc) • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var PleromaNotificationType;
(function (PleromaNotificationType) {
PleromaNotificationType.Mention = 'mention';
PleromaNotificationType.Reblog = 'reblog';
PleromaNotificationType.Favourite = 'favourite';
PleromaNotificationType.Follow = 'follow';
PleromaNotificationType.Poll = 'poll';
PleromaNotificationType.PleromaEmojiReaction = 'pleroma:emoji_reaction';
PleromaNotificationType.FollowRequest = 'follow_request';
PleromaNotificationType.Update = 'update';
PleromaNotificationType.Move = 'move';
PleromaNotificationType.Status = 'status';
})(PleromaNotificationType || (PleromaNotificationType = {}));
exports.default = PleromaNotificationType;