lemmy-js-client
    Preparing search index...

    Type Alias PersonResponse

    A person response for actions done to a person.

    type PersonResponse = {
        person_view: PersonView;
    }
    Index

    Properties

    Properties

    person_view: PersonView