megalodon
Version:
Fediverse API client for node.js and browser
10 lines (9 loc) • 396 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;