lemmy-js-client
    Preparing search index...

    Type Alias BanPersonResponse

    A response for a banned person.

    type BanPersonResponse = {
        banned: boolean;
        person_view: PersonView;
    }
    Index

    Properties

    Properties

    banned: boolean
    person_view: PersonView