megalodon
Version:
Fediverse API client for node.js and browser
10 lines (9 loc) • 438 B
JavaScript
var PixelfedNotificationType;
(function (PixelfedNotificationType) {
PixelfedNotificationType.Mention = 'mention';
PixelfedNotificationType.Reblog = 'reblog';
PixelfedNotificationType.Favourite = 'favourite';
PixelfedNotificationType.Follow = 'follow';
PixelfedNotificationType.FollowRequest = 'follow_request';
})(PixelfedNotificationType || (PixelfedNotificationType = {}));
export default PixelfedNotificationType;