mammoth-api
Version:
Typescript types for the mammoth server.
24 lines • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FetchInstruction = exports.NotificationType = void 0;
var NotificationType;
(function (NotificationType) {
NotificationType["LikedUsersPost"] = "LikedUsersPost";
NotificationType["LikedUsersReply"] = "LikedUsersReply";
NotificationType["LikedUser"] = "LikedUser";
NotificationType["RepliedToUsersPost"] = "RepliedToUsersPost";
NotificationType["RepliedToUsersReply"] = "RepliedToUsersReply";
NotificationType["EditedAPostUserRespondedTo"] = "EditedAPostUserRespondedTo";
NotificationType["EditedAReplyUserRespondedTo"] = "EditedAReplyUserRespondedTo";
NotificationType["SentUserAFollowRequest"] = "SentUserAFollowRequest";
NotificationType["AcceptedUsersFollowRequest"] = "AcceptedUsersFollowRequest";
NotificationType["SharedUsersPost"] = "SharedUsersPost";
NotificationType["SentUserAFriendRequest"] = "SentUserAFriendRequest";
NotificationType["AcceptedUsersFriendRequest"] = "AcceptedUsersFriendRequest";
})(NotificationType = exports.NotificationType || (exports.NotificationType = {}));
var FetchInstruction;
(function (FetchInstruction) {
FetchInstruction["Resolve"] = "Resolve";
FetchInstruction["PopulateCollection"] = "PopulateCollection";
})(FetchInstruction = exports.FetchInstruction || (exports.FetchInstruction = {}));
//# sourceMappingURL=index.js.map