()
| 69865 | var AbstractPage = class { |
| 69866 | constructor(client, response, body, options) { |
| 69867 | _AbstractPage_client.set(this, void 0); |
| 69868 | __classPrivateFieldSet5(this, _AbstractPage_client, client, "f"); |
| 69869 | this.options = options; |
| 69870 | this.response = response; |
| 69871 | this.body = body; |
| 69872 | } |
| 69873 | hasNextPage() { |
| 69874 | const items = this.getPaginatedItems(); |
| 69875 | if (!items.length) |
no test coverage detected