Files
MermsFirstOffice/src/services/queryKeys.js
2025-09-22 15:37:51 +01:00

26 lines
743 B
JavaScript

const queryKeys = {
dashboard: ['dashboard'],
customer:['customer'],
loans: ['loans'],
transactions: ['transactions'],
repayment_schedule: ['repayment-schedule'],
loan_charges: ['loan-charges'],
offers: ['offers'],
apply_loan: ['apply'],
select_loan: ['select-loan'],
approved_loan: ['approved-loan'],
loan_offers: ['loan-offers'],
// new
subscriptions: ['subscriptions'],
billings: ['billings'],
right_sidebar: ['right_sidebar'],
recent_signup: ['recent_signup'],
products: ['products'],
products_template: ['products_template'],
custom_template: ['custom_template'],
account_view: ['account_view'],
users_admin: ['users_admin'],
}
export default queryKeys