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

import { LocationIndex } from './LocationIndex';

export type LocationsGetResponse = {
    locations?: LocationIndex;
}
