import { LocationsFilters } from "./locationsFilters"; export interface LocationsParams { token: string; filters: LocationsFilters; }