import { CountryCodeType } from '../core/entity'; export interface SearchOptions { businesses: boolean; brands: boolean; resellerGroups: { vouchers: boolean; events: boolean; }; products: boolean; searchDistance: number; market: CountryCodeType; }