`executeRequest` function returns only `unknown`, not `unknown | ClientResponse`

I know I'm not using this function, but why does the executeRequest function only return unkown as a possible value?

It should be returning: "unknown | ClientResponse", am I doing something wrong here?
Was this page helpful?