export class BillSettlementReportItem { date: string; billId: string; amount: number; settlement: string; }