Ovadia Shalom
Results
1
comments of
Ovadia Shalom
Just pass it to your parameters of your function ```ts type Cat = { breed: string; age: number; } @Example({ message: "ok", }) @POST @Tags("Cat API") @Path("/add") @Response(200, "Success adding...