lau1944/bunrest

type issue

Closed this issue · 0 comments

while trying :

app.get("/", (req, res) => {
const { id } = req.query;
res.send("hello world!")
})

i get Property "id" doesn't exist on type { [key: string]: any }