fbeaulieu
fbeaulieu
> did you try `getType(parentInstance.composedValue) === ComposedWithBaseModel`? > (assuming of course that parentInstance.composedValue is not undefined) Yes, actually, getType returns an object from which we can grab some of the...
Ho, it would be awesome, it would resolve my issue for sure !
> What about > > ``` > interface ITypeInfo { > name: 'union' | 'array' | ... > modelPropertyMembers? : IModelReflectionData, > subTypes: { type: IType, info: IType Info}[] >...
> We have to be careful with circular references though, so we should keep a map inside the function with the already parsed type infos and return those already parsed...