UNPKG

trender-client

Version:
20 lines (19 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomSubscriptionInterface = exports.SubscriptionInterface = exports.UserInterface = exports.SessionInterface = exports.SearchInterface = exports.PostInterface = exports.NotificationInterface = exports.MessageInterface = exports.MeInterface = exports.GuildInterface = exports.GlobalInterface = exports.FollowInterface = exports.ExploreInterface = exports.BlockInterface = exports.AffiliationInterface = void 0; const tslib_1 = require("tslib"); exports.AffiliationInterface = tslib_1.__importStar(require("./Affiliation")); exports.BlockInterface = tslib_1.__importStar(require("./Block")); exports.ExploreInterface = tslib_1.__importStar(require("./Explore")); exports.FollowInterface = tslib_1.__importStar(require("./Follow")); exports.GlobalInterface = tslib_1.__importStar(require("./Global")); exports.GuildInterface = tslib_1.__importStar(require("./Guild")); exports.MeInterface = tslib_1.__importStar(require("./Me")); exports.MessageInterface = tslib_1.__importStar(require("./Message")); exports.NotificationInterface = tslib_1.__importStar(require("./Notification")); exports.PostInterface = tslib_1.__importStar(require("./Post")); exports.SearchInterface = tslib_1.__importStar(require("./Search")); exports.SessionInterface = tslib_1.__importStar(require("./Session")); exports.UserInterface = tslib_1.__importStar(require("./User")); exports.SubscriptionInterface = tslib_1.__importStar(require("./Subscription")); exports.CustomSubscriptionInterface = tslib_1.__importStar(require("./CustomSubscription"));