UNPKG

@conveyal/commute

Version:
13 lines (10 loc) 250 B
import makeGenericModelActions from '../utils/actions' const actions = makeGenericModelActions({ commands: { 'Collection DELETE': {}, 'Collection GET': {} }, pluralName: 'polygons', singularName: 'polygon' }) export default actions