import { LocationUpdate } from '@grafana/runtime'; import { actionCreatorFactory } from 'app/core/redux'; export const updateLocation = actionCreatorFactory('UPDATE_LOCATION').create();