export interface AutoModerationRuleEditOptionsOptions used to edit an auto moderation rule.
optionalactions? : readonly AutoModerationActionOptions[] 
The actions that will execute when the auto moderation rule is triggered
optionalenabled? : boolean 
Whether the auto moderation rule should be enabled
optionaleventType? : AutoModerationRuleEventType 
The event type of the auto moderation rule
optionalexemptChannels? : ReadonlyCollection<Snowflake, GuildBasedChannel> | readonly GuildChannelResolvable[] 
The channels that should not be affected by the auto moderation rule
optionalexemptRoles? : ReadonlyCollection<Snowflake, Role> | readonly RoleResolvable[] 
The roles that should not be affected by the auto moderation rule
optionalname? : string 
The name of the auto moderation rule
optionalreason? : string 
The reason for creating the auto moderation rule
optionaltriggerMetadata? : AutoModerationTriggerMetadataOptions 
The trigger metadata of the auto moderation rule