sanity-io / sanity-algolia

Utilities for indexing Sanity documents in Algolia
MIT License
67 stars 16 forks source link

Export TypeConfig and IndexMap #35

Closed hyldmo closed 1 year ago

hyldmo commented 1 year ago

These types are used as parameters for exported functions‚ so they should also be exported so a consumer doesn't have to copy the type definitions to be able to create the objects outside of function calls.

runeb commented 1 year ago

Thank you for the patch @hyldmo