Open webel opened 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.
TokenSortKey
SortDirection
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.
'@zoralabs/zdk/dist/queries/queries-sdk
Hey good point! Can re-export those.
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.