Make all optional properties be required and | undefined This is useful to ensure that no property is missed, when manually converting between types, but allowing fields to be undefined
| undefined
Make all optional properties be required and
| undefinedThis is useful to ensure that no property is missed, when manually converting between types, but allowing fields to be undefined