You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating services with @openapi-qraft/cli (using tanstack-query-react), TypeScript fails to emit declarations with the following error:
TS4023: Exported variable 'services' has or is using name 'QraftServiceOperationsToken' from external module ".../ProductsService" but cannot be named.
This happens because each generated *Service includes the QraftServiceOperationsToken unique symbol, which TypeScript cannot name when exported.