Given
class A { props: { bool?: boolean, test: string } = { test: \'a\' }; setProps(newProps: Partial