/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import { Location } from './Location';

export type LocationIndex = Record<string, Location>;