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