Based on this https://gist.github.com/jcemer/f4bef63864f73307df44d3ddc2383214 by @jcemer ```jsx type ResultsResponse = | Ok<T> | Error ``` this will make the user always check the response error