Combinators for Converting Data to a Specific Schema
Suppose I have data coming in my application like this:
And I want a schema that returns me a type like
And I want a schema that returns me a type like
[string, string, number, number][] what are the combinators I should look at?