8 lines
229 B
TypeScript
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 |