@cutls/megalodon
Version:
Mastodon, Pleroma, Misskey API client for node.js and browser
15 lines (14 loc) • 665 B
TypeScript
import MisskeyEntity from './entity.js';
declare namespace MisskeyNotificationType {
const Follow: MisskeyEntity.NotificationType;
const Mention: MisskeyEntity.NotificationType;
const Reply: MisskeyEntity.NotificationType;
const Renote: MisskeyEntity.NotificationType;
const Quote: MisskeyEntity.NotificationType;
const Reaction: MisskeyEntity.NotificationType;
const PollVote: MisskeyEntity.NotificationType;
const ReceiveFollowRequest: MisskeyEntity.NotificationType;
const FollowRequestAccepted: MisskeyEntity.NotificationType;
const GroupInvited: MisskeyEntity.NotificationType;
}
export default MisskeyNotificationType;