We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hey good point! Can re-export those.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: