#When passing an Interaction Object into a synchronous function it seems to be registering as an any
1 messages · Page 1 of 1 (latest)
codesense. but it's not inferring the type which is the issue, it's that when i run the code it doesn't pick up on the Object type
which it should do regardless
so i guess you expect to infer the type from the way you call the function, or runtime analysis?
figured it out
how?