Losing type information on Client for AppType
I'm getting
output: { [x: string]: any; result?: any; }; on the client but server is showing correct type. I have strict true on the client lib.
