At the moment I do it like this:
useActor<SomeInterpreter>((state as any).children.SomeChild);
Since I'm not a big fan of "any" in TypeScript, is there another way of doing this?
At the moment of this comment this is not possible, according to David Khourshid. they will add a better way in the future.