megalodon
Version:
Fediverse API client for node.js and browser
13 lines (12 loc) • 558 B
TypeScript
import FriendicaEntity from './entity.js';
declare namespace FriendicaNotificationType {
const Mention: FriendicaEntity.NotificationType;
const Reblog: FriendicaEntity.NotificationType;
const Favourite: FriendicaEntity.NotificationType;
const Follow: FriendicaEntity.NotificationType;
const Poll: FriendicaEntity.NotificationType;
const FollowRequest: FriendicaEntity.NotificationType;
const Status: FriendicaEntity.NotificationType;
const Update: FriendicaEntity.NotificationType;
}
export default FriendicaNotificationType;