UNPKG

admin-on-rest-fr05t1k

Version:

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

5 lines (4 loc) 166 B
export const FETCH_START = 'FETCH_START'; export const FETCH_END = 'FETCH_END'; export const FETCH_ERROR = 'FETCH_ERROR'; export const FETCH_CANCEL = 'FETCH_CANCEL';