UNPKG

@railzai/railz-visualizations

Version:
6 lines (5 loc) 298 B
import { RVFormattedFinancialRatioResponse, RVReportRequestParameter } from '../../types'; /** * Make API call based on expected parameters for financial ratio data type */ export declare const getReportData: ({ filter, }: RVReportRequestParameter) => Promise<RVFormattedFinancialRatioResponse>;