createContext and typescript
if i have context like this
and then in next _app doing something like
how should I type it correctly? now type of is any that's obviously bad right?
and then in next _app doing something like
how should I type it correctly? now type of is any that's obviously bad right?
