@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
12 lines (11 loc) • 486 B
TypeScript
import GotosocialEntity from './entity.js'
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