UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

17 lines (16 loc) 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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 = {})); exports.default = MisskeyNotificationType;