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