@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
10 lines (9 loc) • 410 B
JavaScript
var PixelfedNotificationType
;((PixelfedNotificationType) => {
PixelfedNotificationType.Mention = 'mention'
PixelfedNotificationType.Reblog = 'reblog'
PixelfedNotificationType.Favourite = 'favourite'
PixelfedNotificationType.Follow = 'follow'
PixelfedNotificationType.FollowRequest = 'follow_request'
})(PixelfedNotificationType || (PixelfedNotificationType = {}))
export default PixelfedNotificationType