UNPKG

admin-on-rest-fr05t1k

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

7 lines (5 loc) 190 B
export const CRUD_GET_ONE_REFERENCE = 'CRUD_GET_ONE_REFERENCE'; export const crudGetOneReference = (resource, id) => ({ type: CRUD_GET_ONE_REFERENCE, payload: { resource, id }, });