If I have an inner function that defines types the params, for example: function checkParams(tenant: vCACCAFETenant) { .... } then these are still visible in the vRO action and results in an error.
If I have an inner function that defines types the params, for example:
function checkParams(tenant: vCACCAFETenant) {
....
}
then these are still visible in the vRO action and results in an error.