// File generated from our OpenAPI spec by Stainless. import type { Subhosting } from './index'; export class APIResource { protected _client: Subhosting; constructor(client: Subhosting) { this._client = client; } }