@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
14 lines (13 loc) • 557 B
TypeScript
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