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