Type Alias: SearchType
ts
type SearchType = "all" | "comments" | "communities" | "posts" | "users";Defined in: src/types/SearchType.ts:4
The type of content returned from a search.
