Skip to content

Type Alias: ModlogActionType

ts
type ModlogActionType = 
  | "AdminPurgeComment"
  | "AdminPurgeCommunity"
  | "AdminPurgePerson"
  | "AdminPurgePost"
  | "All"
  | "ModAdd"
  | "ModAddCommunity"
  | "ModBan"
  | "ModBanFromCommunity"
  | "ModFeaturePost"
  | "ModHideCommunity"
  | "ModLockPost"
  | "ModRemoveComment"
  | "ModRemoveCommunity"
  | "ModRemovePost"
  | "ModTransferCommunity";

Defined in: src/types/GetModlog.ts:19

A list of possible types for the various modlog actions.