lemmy-js-client
    Preparing search index...

    Type Alias BlockPersonResponse

    The response for a person block.

    type BlockPersonResponse = {
        blocked: boolean;
        person_view: PersonView;
    }
    Index

    Properties

    Properties

    blocked: boolean
    person_view: PersonView