linting
parent
5f4aa595f2
commit
7ccc56d5e0
|
|
@ -1,2 +1,2 @@
|
|||
export type ReportParameters = Record<string, string | number>;
|
||||
export default function getReportData(reportName: string, reportParameters?: ReportParameters): Promise<unknown[] | undefined>;
|
||||
export type ReportParameters = Record<string, number | string>;
|
||||
export default function getReportData(reportName: string, reportParameters?: ReportParameters): Promise<undefined | unknown[]>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue