UNPKG

ih-black-lion

Version:

State handler for Arus projects

7 lines (5 loc) 210 B
import { REQUEST_NOTIFICATIONS } from '../actionTypes'; import api from '../Api'; export function fetchNotifications(requestParams, Api = api) { return { type: REQUEST_NOTIFICATIONS, requestParams, Api }; }