ourzora / zdk

MIT License
107 stars 42 forks source link

Make enums available as well as their types #85

Open webel opened 2 years ago

webel commented 2 years ago

Hi,

It would be nice to be able to import the enums for things like TokenSortKey, SortDirection etc as opposed to casting a string to these types.

webel commented 2 years ago

Duh, realised I can just import them from '@zoralabs/zdk/dist/queries/queries-sdk - but still, it'd be nice to have without the deep path.

iainnash commented 1 year ago

Hey good point! Can re-export those.