UNPKG

admin-on-rest-fr05t1k

Version:

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

8 lines (7 loc) 258 B
export const GET_LIST = 'GET_LIST'; export const GET_ONE = 'GET_ONE'; export const GET_MANY = 'GET_MANY'; export const GET_MANY_REFERENCE = 'GET_MANY_REFERENCE'; export const CREATE = 'CREATE'; export const UPDATE = 'UPDATE'; export const DELETE = 'DELETE';