UNPKG

@railzai/railz-visualizations

Version:
7 lines (6 loc) 416 B
import { RVFormattedPieResponse, RVOptions, RVIncomeStatementsSummary, RVReportRequestParameter } from '../../types'; export declare const getOptionsIncomeStatements: (summary: RVIncomeStatementsSummary, options: RVOptions) => any; /** * Make API call based on expected parameters for pie data type */ export declare const getReportData: ({ filter, }: RVReportRequestParameter) => Promise<RVFormattedPieResponse>;