megalodon
Version:
Fediverse API client for node.js and browser
15 lines (14 loc) • 659 B
TypeScript
import MastodonEntity from './entity.js';
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;