import { Location } from './Location.generated'; export interface ChatLocation { location: Location; address: string; }