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