When I have an object which has nested optional fields, like:
type FormState = { aaa?: { bbb?: { ccc?: number } } }
When I want