@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
10 lines (9 loc) • 374 B
TypeScript
import PixelfedEntity from './entity.js'
declare namespace PixelfedNotificationType {
const Mention: PixelfedEntity.NotificationType
const Reblog: PixelfedEntity.NotificationType
const Favourite: PixelfedEntity.NotificationType
const Follow: PixelfedEntity.NotificationType
const FollowRequest: PixelfedEntity.NotificationType
}
export default PixelfedNotificationType