0.6.5 • Published 1 year ago

@burnsred/entity-duck v0.6.5

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

@burnsred/entity-duck

const action = {
  meta: {
    entity: '',
    id: 'uuid',
  },
  payload: undefined,
  promise: '',
  type: '@@Person/entities/PEOPLE_GET',
};