import { Location } from '../models/Location.model'; export interface GetLocations200ResponseInner { data: Location; }