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
This is an example of a real JSON payload that was returned by the Storyblok API for an "asset" field. As you can see, it does not overlap entirely with the AssetStoryblok type generated by generate-sb-types:
Hi @ryami333 thanks for reporting this inconsistency, much appreciated!
I have filed a PR #122 to fix some of the types for blok fields, including the Asset and Multiasset fields.
This is an example of a real JSON payload that was returned by the Storyblok API for an "asset" field. As you can see, it does not overlap entirely with the
AssetStoryblok
type generated bygenerate-sb-types
:As you can see, the payload contains the following additional fields:
is_external_url
,is_private
,source
,fieldtype
andmeta_data
.The text was updated successfully, but these errors were encountered: