UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

15 lines (14 loc) 648 B
import PleromaEntity from './entity.js'; 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; const Status: PleromaEntity.NotificationType; } export default PleromaNotificationType;