UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

14 lines (13 loc) 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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 = {})); exports.default = GotosocialNotificationType;