lemmy-js-client
    Preparing search index...

    Type Alias AdminBanView

    When someone is banned from the site.

    type AdminBanView = {
        admin_ban: AdminBan;
        moderator?: Person;
        other_person: Person;
    }
    Index

    Properties

    admin_ban: AdminBan
    moderator?: Person
    other_person: Person