megalodon
Version:
Fediverse API client for node.js and browser
12 lines (11 loc) • 554 B
JavaScript
var GotosocialNotificationType;
(function (GotosocialNotificationType) {
GotosocialNotificationType.Follow = 'follow';
GotosocialNotificationType.FollowRequest = 'follow_request';
GotosocialNotificationType.Mention = 'mention';
GotosocialNotificationType.Reblog = 'reblog';
GotosocialNotificationType.Favourite = 'favourite';
GotosocialNotificationType.Poll = 'poll';
GotosocialNotificationType.Status = 'status';
})(GotosocialNotificationType || (GotosocialNotificationType = {}));
export default GotosocialNotificationType;