/** * The type of content returned from a search. */ export type SearchType = "all" | "comments" | "posts" | "communities" | "users" | "multi_communities";