Ronald J Kimball
Ronald J Kimball
Okay, thank you for the response!
A quick followup. The difficulty I'm running into is that if I want to call `.populate()` myself, I can't use Rest-Hapi's handler helpers in that flow, because they all call...
I just started using chai-things and immediately ran into this issue.
Here's my use case. I want to define a union type for an API result, something like this: ``` type ApiResult = | { total_results: 0; } | { total_results:...