APIAuditLogChangeKeyTriggerType
Returned when an auto moderation rule's trigger type is changed (only in rule creation or deletion)
Signature
export type APIAuditLogChangeKeyTriggerType = AuditLogChangeData<'trigger_type', AutoModerationRuleTriggerType>;Private types
AuditLogChangeDataInterface
interface AuditLogChangeData<K extends string, D> { key: K; new_value?: D; old_value?: D;}Members
This export does not declare public properties or methods in the generated declaration file.