UNPKG

@railzai/railz-visualizations

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