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