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