Is it possible to do smth like this? ``` VueTypes.arrayOf(VueTypes.shape({ startOn: VueTypes.instanceOf(Date).isRequired })) ```