[Feature Request] CLI pull-components
should include datasource values
#48
Labels
feature
[Issue] New feature or request
pull-components
should include datasource values
#48
I want to have generated types for my Storyblok components. Since Storyblok doesn't provide such option, I am using https://github.com/dohomi/storyblok-generate-ts with:
This mostly works fine. But the issue is that fields which use datasources are not correctly typed. This is due to the fact that the JSON payload from the
pull-components
command is:while it lists the name of the datasource, there is no way for me to see the possible values of it.
I think there is a possibility to get those via the HTTP API, but in my opinion this should be generated within the CLI, without the need of external API requests.
Related issue:
dohomi/storyblok-generate-ts#40
The text was updated successfully, but these errors were encountered: