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