lemmy-js-client
    Preparing search index...

    Type Alias BanFromCommunityResponse

    The response for banning a user from a community.

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

    Properties

    Properties

    banned: boolean
    person_view: PersonView