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