+25
-2
TUTORIAL.md
+25
-2
TUTORIAL.md
···Let's create our schema in the `/lexicons` folder of our codebase. You can [read more about how to define schemas here](#todo).···-This will produce Typescript interfaces as well as runtime validation functions that we can use in our `POST /status` route:
···Let's create our schema in the `/lexicons` folder of our codebase. You can [read more about how to define schemas here](#todo).···+This will produce Typescript interfaces as well as runtime validation functions that we can use in our app. Here's what that generated code looks like: