lemmy-js-client
    Preparing search index...

    Type Alias ModlogActionType

    ModlogActionType:
        | "All"
        | "ModRemovePost"
        | "ModLockPost"
        | "ModFeaturePost"
        | "ModRemoveComment"
        | "ModLockComment"
        | "AdminRemoveCommunity"
        | "ModBanFromCommunity"
        | "ModAddToCommunity"
        | "ModTransferCommunity"
        | "AdminAdd"
        | "AdminBan"
        | "ModChangeCommunityVisibility"
        | "AdminPurgePerson"
        | "AdminPurgeCommunity"
        | "AdminPurgePost"
        | "AdminPurgeComment"
        | "AdminBlockInstance"
        | "AdminAllowInstance"

    A list of possible types for the various modlog actions.