| 1 | // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. |
| 2 | |
| 3 | import type { Cloudflare } from './index'; |
| 4 | |
| 5 | export class APIResource { |
| 6 | protected _client: Cloudflare; |
| 7 | |
| 8 | constructor(client: Cloudflare) { |
| 9 | this._client = client; |
| 10 | } |
| 11 | } |
| 12 | |