Oak-Digital / types-4-strapi-2

Automate the creation of typescript interfaces for your strapi 4 projects
MIT License
24 stars 4 forks source link

component arrays are not nullable #21

Closed Alexnortung closed 1 year ago

Alexnortung commented 1 year ago

In the current implementation if a component is used as a multiple it can still be null. But in strapi it will never be null, but just an empty array.