export interface DynamicReportDisplayDataResponse {
    input: [Record<string, string>];
}
