I have been working with the API portion of the project with the inlineTypes flag turned on.
My goal is the extract the property types that are Arrays of objects.
Looking at the example I made below, you can see that the type of 'object', which is technically correct to a level.
But I think arrays should be shown here. With inlineTypes turned on it should be { name: string; }[].
Hello,
I have been working with the API portion of the project with the inlineTypes flag turned on. My goal is the extract the property types that are Arrays of objects.
Looking at the example I made below, you can see that the type of 'object', which is technically correct to a level. But I think arrays should be shown here. With inlineTypes turned on it should be
{ name: string; }[]
.Please see example: Link to example