megalodon
Version:
Fediverse API client for node.js and browser
15 lines (14 loc) • 685 B
JavaScript
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 = {}));
export default PleromaNotificationType;