const baseUrl = '/api/v1/purchase-receipt-payments'; export const PURCHASE_RECEIPT_PAYMENTS_API_ROUTES = { list: () => `${baseUrl}`, };