UNPKG

@cutls/megalodon

Version:

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

15 lines (14 loc) 620 B
import MisskeyEntity from './entity' declare namespace MisskeyNotificationType { const Follow: MisskeyEntity.NotificationType const Mention: MisskeyEntity.NotificationType const Reply: MisskeyEntity.NotificationType const Renote: MisskeyEntity.NotificationType const Quote: MisskeyEntity.NotificationType const Reaction: MisskeyEntity.NotificationType const PollVote: MisskeyEntity.NotificationType const ReceiveFollowRequest: MisskeyEntity.NotificationType const FollowRequestAccepted: MisskeyEntity.NotificationType const GroupInvited: MisskeyEntity.NotificationType } export default MisskeyNotificationType