lemmy-js-client
    Preparing search index...

    Type Alias ModlogView

    type ModlogView = {
        moderator?: Person;
        modlog: Modlog;
        target_comment?: Comment;
        target_community?: Community;
        target_instance?: Instance;
        target_person?: Person;
        target_post?: Post;
    }
    Index

    Properties

    moderator?: Person
    modlog: Modlog
    target_comment?: Comment
    target_community?: Community
    target_instance?: Instance
    target_person?: Person

    Optionaltarget_post

    target_post?: Post