I have a Partial object which has potentially undefined sub-properties I would like to update.
interface Foo { data?: string otherData?: string } inte