Type alias ModerationRule
ModerationRule: Metadata & { action: string; actionLimit?: number | null; active: boolean; description?: string | null; entitiesAndFields: ModeratedEntityField[]; masterLabel: string; notifyLimit?: number | null; timePeriod?: string | null; type?: string | null; userCriteria: string[]; userMessage?: string | null; } Type declaration
action: string
Optional actionLimit?: number | null
active: boolean
Optional description?: string | null
masterLabel: string
Optional notifyLimit?: number | null
Optional timePeriod?: string | null
Optional type?: string | null
userCriteria: string[]
Optional userMessage?: string | null