import { ZeniReportResponse } from '../../responsePayload'; import { ReportByProjectMetadataPayloadV2, SectionByProjectCOABalanceGroupedPayloadV2 } from '../profitAndLossProjectView/profitAndLossProjectViewPayload'; export interface OpExProjectViewPayload extends ReportByProjectMetadataPayloadV2 { expenses: SectionByProjectCOABalanceGroupedPayloadV2; } export type OpExReportProjectViewResponse = ZeniReportResponse;