hi, i have set node and after that i have function node, in the set node i have 3 props
1 boolean true
2 number 55
3 string blabla
i want in function node to use javascript to get all the props from set node and also to get their type
how can I do that?