@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
15 lines (14 loc) • 614 B
TypeScript
import MastodonEntity from './entity'
declare namespace MastodonNotificationType {
const Mention: MastodonEntity.NotificationType
const Reblog: MastodonEntity.NotificationType
const Favourite: MastodonEntity.NotificationType
const Follow: MastodonEntity.NotificationType
const Poll: MastodonEntity.NotificationType
const FollowRequest: MastodonEntity.NotificationType
const Status: MastodonEntity.NotificationType
const Update: MastodonEntity.NotificationType
const AdminSignup: MastodonEntity.NotificationType
const AdminReport: MastodonEntity.NotificationType
}
export default MastodonNotificationType