UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

15 lines (14 loc) 629 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) var FriendicaNotificationType ;((FriendicaNotificationType) => { FriendicaNotificationType.Mention = 'mention' FriendicaNotificationType.Reblog = 'reblog' FriendicaNotificationType.Favourite = 'favourite' FriendicaNotificationType.Follow = 'follow' FriendicaNotificationType.Poll = 'poll' FriendicaNotificationType.FollowRequest = 'follow_request' FriendicaNotificationType.Status = 'status' FriendicaNotificationType.Update = 'update' })(FriendicaNotificationType || (FriendicaNotificationType = {})) exports.default = FriendicaNotificationType