UNPKG

lore-generate-new

Version:

Generates a new Lore application

18 lines (16 loc) 537 B
/** * app/src/constants/ActionTypes.js * * This file is where you should store any custom ActionTypes required for your * application, ActionTypes that don't fit within the standard framework * conventions. Alternatively, if you have disabled blueprints, you would need * to specify all of the ActionTypes for the application here. * */ export default { // ADD_MODEL: 'ADD_MODEL', // UPDATE_MODEL: 'UPDATE_MODEL', // REMOVE_MODEL: 'REMOVE_MODEL', // FETCH_MODELS: 'FETCH_MODELS', // FETCH_MODEL: 'FETCH_MODEL' };