cloudflare/cloudflare-typescript
Publicmirrored from https://github.com/cloudflare/cloudflare-typescriptAvailable
src/resource.ts
11lines · modeblame
2ad8c2a2stainless-app[bot]2 years ago | 1 | // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. |
2d51afdcstainless-app[bot]2 years ago | 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 | } |