NordSecurity / storyblok-rich-text-astro-renderer

Storyblok Rich Text Renderer for Astro
MIT License
24 stars 6 forks source link

Improve attrs types for resolver functions #61

Closed edvinasjurele closed 1 year ago

edvinasjurele commented 1 year ago

Context

It seems the ResponseSchemaAttrsFn are too generic, thus the users do not get sufficient attrs type when add resolver functions:

image

TODO