location.ts 196 B

1234
  1. import { LocationUpdate } from 'app/types';
  2. import { actionCreatorFactory } from 'app/core/redux';
  3. export const updateLocation = actionCreatorFactory<LocationUpdate>('UPDATE_LOCATION').create();