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