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.
{ trueOptional?: Option<string> }

I mainly want this so I can do partial db updates
Was this page helpful?