`executeRequest` function returns only `unknown`, not `unknown | ClientResponse`
I know I'm not using this function, but why does the
It should be returning: "unknown | ClientResponse", am I doing something wrong here?
executeRequest function only return unkown as a possible value?It should be returning: "unknown | ClientResponse", am I doing something wrong here?
