lemmy-js-client
    Preparing search index...

    Type Alias SearchType

    SearchType:
        | "all"
        | "comments"
        | "posts"
        | "communities"
        | "users"
        | "multi_communities"

    The type of content returned from a search.