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