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

import { Location } from './Location';

export type LocationGetResponse = {
    location?: Location;
}
