You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
Hi,
I am facing an issue after I generated the ts types.
In contenstack I have created multiple content types with modular blocks. Each content type has one modular block with an unique id named "content". This seems valid from contentstack side. It mentions that the unique id of modular blocks have only to be unique of the content type itself.
Thats why in my generated ts type appears multiple type declarations for type Content.
I am guessing that the modular block types should be prefixed by their content type to avoid these type duplications.
Hi,
I am facing an issue after I generated the ts types.
In contenstack I have created multiple content types with modular blocks. Each content type has one modular block with an unique id named "content". This seems valid from contentstack side. It mentions that the unique id of modular blocks have only to be unique of the content type itself.
Thats why in my generated ts type appears multiple type declarations for type Content.
I am guessing that the modular block types should be prefixed by their content type to avoid these type duplications.
Thanks in advance :)