opened 04:45AM - 13 May 23 UTC
bug/confirmed
help wanted priority
### What's not working?
Some api types are making their way to the web side. (C…redit @KrisCoulson):
<img width="1408" alt="image" src="https://github.com/redwoodjs/redwood/assets/32992335/26305d4f-51bf-47af-ba61-186acf823d95">
### How do we reproduce the bug?
- add auth to a new project or an existing one; I used dbAuth
- run `yarn rw dev` or `yarn rw g types` to get the types going
- type `context` into a web-side React component like HomePage, etc
- observe that it's typed as `GlobalContext`, which is an api-side type
### What's your environment? (If it applies)
_No response_
### Are you interested in working on this?
- [ ] I'm interested in working on this