Sharing Variables Across Nested Effects in TypeScript
Is there a way to share data between effects? Like for example, I have a
dryRun variable, that I would like every sub effect to access without "drilling" the value