Dealing with Optional Properties in TypeScript with "exactOptionalPropertyTypes": true
How do you normally deal with passing optional properties when you have
"exactOptionalPropertyTypes": true in your tsconfig?