import { ReportSearchableFields } from "../../../types/src"; import { BaseListParams } from '../common/types/list-params'; export type ReportListParams = BaseListParams & ReportSearchableFields;