An action type rule can call a function. However, my function has a custom input type and I am getting this error when I try to reference it in my action type rule:
or, if I remove the inline destructure:
How do I call a function with a custom type in an action type?