Partial schema type
Hi! I want to define a type that specifies a subset/partial of some schema. How can I redefine
tsc is expecting is the following (which i can make sense of... i just can't work backwards to what im expecting):
i feel like i am missing something obvious
PartialSchema<T> such that the following code typechecks correctly?tsc is expecting is the following (which i can make sense of... i just can't work backwards to what im expecting):
i feel like i am missing something obvious
