export interface RequestBulkExpensesConfirmPrice { filter: { startDate: string; endDate: string; vendor: string; }; confirmPrice: boolean; }