import { BaseObject } from './baseObject';
import { ReconciliationReportRowPage } from './reconciliationReportRowPage';
export interface GetReconciliationReportRowsByStatementResponse extends BaseObject {
    rval?: ReconciliationReportRowPage;
}
