Type alias DescribeAnimationRule
DescribeAnimationRule: {
animationFrequency: string;
isActive: boolean;
recordTypeContext: string;
recordTypeId?: string | null;
targetField: string;
targetFieldChangeToValues: string;
}
Type declaration
animationFrequency: string
isActive: boolean
recordTypeContext: string
Optional
recordTypeId?: string | null
targetField: string
targetFieldChangeToValues: string