UNPKG

@cutls/megalodon

Version:

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

12 lines (11 loc) 483 B
import GotosocialEntity from './entity' declare namespace GotosocialNotificationType { const Follow: GotosocialEntity.NotificationType const FollowRequest: GotosocialEntity.NotificationType const Mention: GotosocialEntity.NotificationType const Reblog: GotosocialEntity.NotificationType const Favourite: GotosocialEntity.NotificationType const Poll: GotosocialEntity.NotificationType const Status: GotosocialEntity.NotificationType } export default GotosocialNotificationType