hc<typeof app>. I have an API route that returns 400 and { success: false, error: SomeTypes } . Generally I would expect this to create a discriminated union on result.ok or on body.success (or both!) but neither seems to work. c.json() multiple times in my route, but in theory I would expect this to consolidate types. success: boolean it should be a literal, success: false which would allow me to use it as a discriminate. Would love any insight folks have!

