|
|
|
|
|
by blacha
1300 days ago
|
|
if you also wanted to pull in a node framework for deserilization you could import something like `zod` to have the similar level of nice error messages when invalid input is encountered. If you were in typescript, zod would also automatically generate your interfaces too. |
|