UNPKG

ih-black-lion

Version:

State handler for Arus projects

7 lines (5 loc) 249 B
import { REQUEST_FINANCIAL_AID } from '../actionTypes'; import api from '../Api'; export function fetchFinancialAid(requestParams, financialAidParams, Api = api) { return { type: REQUEST_FINANCIAL_AID, requestParams, financialAidParams, Api }; }