lemmy-js-client
    Preparing search index...

    Type Alias SearchType

    SearchType:
        | "All"
        | "Comments"
        | "Posts"
        | "Communities"
        | "Users"
        | "MultiCommunities"

    The type of content returned from a search.