lemmy-js-client
    Preparing search index...

    Type Alias ModlogCombinedView

    ModlogCombinedView:
        | { type_: "AdminAllowInstance" } & AdminAllowInstanceView
        | { type_: "AdminBlockInstance" } & AdminBlockInstanceView
        | { type_: "AdminPurgeComment" } & AdminPurgeCommentView
        | { type_: "AdminPurgeCommunity" } & AdminPurgeCommunityView
        | { type_: "AdminPurgePerson" } & AdminPurgePersonView
        | { type_: "AdminPurgePost" } & AdminPurgePostView
        | { type_: "AdminAdd" } & AdminAddView
        | { type_: "ModAddToCommunity" } & ModAddToCommunityView
        | { type_: "AdminBan" } & AdminBanView
        | { type_: "ModBanFromCommunity" } & ModBanFromCommunityView
        | { type_: "ModFeaturePost" } & ModFeaturePostView
        | { type_: "ModChangeCommunityVisibility" } & ModChangeCommunityVisibilityView
        | { type_: "ModLockPost" } & ModLockPostView
        | { type_: "ModRemoveComment" } & ModRemoveCommentView
        | { type_: "AdminRemoveCommunity" } & AdminRemoveCommunityView
        | { type_: "ModRemovePost" } & ModRemovePostView
        | { type_: "ModTransferCommunity" } & ModTransferCommunityView
        | { type_: "ModLockComment" } & ModLockCommentView