-
For example, I have a api like: app.get('/user', c => {
c.json({
name: 'ppz',
year: 3,
})
}) Is there any way to export api types? So I can use it in the client code. |
Beta Was this translation helpful? Give feedback.
Answered by
yusukebe
Mar 22, 2024
Replies: 1 comment 3 replies
-
Hi @wxf1024 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! If you set up it properly, you could.