import { REQUEST_NOTIFICATIONS } from '../actionTypes'; import api from '../Api'; export function fetchNotifications(requestParams, Api = api) { return { type: REQUEST_NOTIFICATIONS, requestParams, Api }; }