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