UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

19 lines (18 loc) 849 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) var FirefishNotificationType ;((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