ModerationRuleContext<T, U>: {
    rule: Extract<MessageRuleType, U>;
    type: T;
} & ModerationRuleContextSpecific[T]

Type Parameters

""