Type Alias ModlogActionType
ModlogActionType:
| "All"
| "ModRemovePost"
| "ModLockPost"
| "ModFeaturePost"
| "ModRemoveComment"
| "ModRemoveCommunity"
| "ModBanFromCommunity"
| "ModAddCommunity"
| "ModTransferCommunity"
| "ModAdd"
| "ModBan"
| "ModHideCommunity"
| "AdminPurgePerson"
| "AdminPurgeCommunity"
| "AdminPurgePost"
| "AdminPurgeComment"
| "AdminBlockInstance"
| "AdminAllowInstance"
A list of possible types for the various modlog actions.