Why is the value type of `_opts` in createInnerTRPCContext never?
I am trying to read some cookies and then add a boolean flag to the context that I need on every request, but when trying to read _opts, its type is
Thanks!
[x: string]: never. Any idea why this is? As far as I understand it this should have the request and cookies on it.Thanks!


