// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import type { Pylon } from '../client'; export abstract class APIResource { protected _client: Pylon; constructor(client: Pylon) { this._client = client; } }