instagram-private-api
Version:
Instagram private API wrapper for full access to instagram
7 lines • 357 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const profile_entity_1 = require("../entities/profile.entity");
class BestiesFeedResponseUsersItem extends profile_entity_1.ProfileEntity {
}
exports.BestiesFeedResponseUsersItem = BestiesFeedResponseUsersItem;
//# sourceMappingURL=account-friendships-besties.feed.response.js.map
;