@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
17 lines (16 loc) • 771 B
JavaScript
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 = {}))
export default FirefishNotificationType