UNPKG

@cutls/megalodon

Version:

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

13 lines (12 loc) 524 B
import FriendicaEntity from './entity.js' declare namespace FriendicaNotificationType { const Mention: FriendicaEntity.NotificationType const Reblog: FriendicaEntity.NotificationType const Favourite: FriendicaEntity.NotificationType const Follow: FriendicaEntity.NotificationType const Poll: FriendicaEntity.NotificationType const FollowRequest: FriendicaEntity.NotificationType const Status: FriendicaEntity.NotificationType const Update: FriendicaEntity.NotificationType } export default FriendicaNotificationType