UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

12 lines (11 loc) 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var PixelfedNotificationType; (function (PixelfedNotificationType) { PixelfedNotificationType.Mention = 'mention'; PixelfedNotificationType.Reblog = 'reblog'; PixelfedNotificationType.Favourite = 'favourite'; PixelfedNotificationType.Follow = 'follow'; PixelfedNotificationType.FollowRequest = 'follow_request'; })(PixelfedNotificationType || (PixelfedNotificationType = {})); exports.default = PixelfedNotificationType;