UNPKG

earningscall

Version:

The EarningsCall JavaScript library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

10 lines 223 B
export type EarningsEvent = { year: number; quarter: number; conferenceDate: string; }; export type EventsResponse = { companyName: string; events: EarningsEvent[]; }; //# sourceMappingURL=event.d.ts.map