UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

15 lines (14 loc) 717 B
var MisskeyNotificationType; (function (MisskeyNotificationType) { MisskeyNotificationType.Follow = 'follow'; MisskeyNotificationType.Mention = 'mention'; MisskeyNotificationType.Reply = 'reply'; MisskeyNotificationType.Renote = 'renote'; MisskeyNotificationType.Quote = 'quote'; MisskeyNotificationType.Reaction = 'favourite'; MisskeyNotificationType.PollVote = 'pollVote'; MisskeyNotificationType.ReceiveFollowRequest = 'receiveFollowRequest'; MisskeyNotificationType.FollowRequestAccepted = 'followRequestAccepted'; MisskeyNotificationType.GroupInvited = 'groupInvited'; })(MisskeyNotificationType || (MisskeyNotificationType = {})); export default MisskeyNotificationType;