UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

7 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const profile_entity_1 = require("../entities/profile.entity"); class AccountFollowingFeedResponseUsersItem extends profile_entity_1.ProfileEntity { } exports.AccountFollowingFeedResponseUsersItem = AccountFollowingFeedResponseUsersItem; //# sourceMappingURL=account-following.feed.response.js.map