megalodon
Version:
Fediverse API client for node.js and browser
19 lines (18 loc) • 907 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var FirefishNotificationType;
(function (FirefishNotificationType) {
FirefishNotificationType.Follow = 'follow';
FirefishNotificationType.Mention = 'mention';
FirefishNotificationType.Reply = 'reply';
FirefishNotificationType.Renote = 'renote';
FirefishNotificationType.Quote = 'quote';
FirefishNotificationType.Reaction = 'reaction';
FirefishNotificationType.PollVote = 'pollVote';
FirefishNotificationType.PollEnded = 'pollEnded';
FirefishNotificationType.ReceiveFollowRequest = 'receiveFollowRequest';
FirefishNotificationType.FollowRequestAccepted = 'followRequestAccepted';
FirefishNotificationType.GroupInvited = 'groupInvited';
FirefishNotificationType.App = 'app';
})(FirefishNotificationType || (FirefishNotificationType = {}));
exports.default = FirefishNotificationType;