UNPKG

@cutls/megalodon

Version:

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

14 lines (13 loc) 595 B
import PleromaEntity from './entity'; declare namespace PleromaNotificationType { const Mention: PleromaEntity.NotificationType; const Reblog: PleromaEntity.NotificationType; const Favourite: PleromaEntity.NotificationType; const Follow: PleromaEntity.NotificationType; const Poll: PleromaEntity.NotificationType; const PleromaEmojiReaction: PleromaEntity.NotificationType; const FollowRequest: PleromaEntity.NotificationType; const Update: PleromaEntity.NotificationType; const Move: PleromaEntity.NotificationType; } export default PleromaNotificationType;