lemmy-js-client
    Preparing search index...

    Type Alias ModBanView

    When someone is banned from the site.

    type ModBanView = {
        mod_ban: ModBan;
        moderator?: Person;
        other_person: Person;
    }
    Index

    Properties

    mod_ban: ModBan
    moderator?: Person
    other_person: Person