Creating a True Optional of an Option in Schema
Using Schema is there a way to create a true optional of an option? i.e.
I mainly want this so I can do partial db updates
I mainly want this so I can do partial db updates
{ trueOptional?: Option<string> }