Files
leim-maps/src/types/Search.ts
2024-01-10 21:03:37 +01:00

8 lines
229 B
TypeScript

import type { MapMarkerGroup } from "./Leaflet";
/**
* Available advanced search modes for the filter functions
*
* Currently only groups MapMarkerGroup and string "query"
*/
export type SearchMode = "query" | MapMarkerGroup