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