@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
12 lines (11 loc) • 488 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
var PixelfedNotificationType
;((PixelfedNotificationType) => {
PixelfedNotificationType.Mention = 'mention'
PixelfedNotificationType.Reblog = 'reblog'
PixelfedNotificationType.Favourite = 'favourite'
PixelfedNotificationType.Follow = 'follow'
PixelfedNotificationType.FollowRequest = 'follow_request'
})(PixelfedNotificationType || (PixelfedNotificationType = {}))
exports.default = PixelfedNotificationType