We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470ed3a commit e3177edCopy full SHA for e3177ed
2 files changed
codegen/templates/index.ts
@@ -1,5 +1,6 @@
1
import Configuration from './Configuration'
2
export { Configuration }
3
+import OrderCloudError from './utils/OrderCloudError'
4
+export { OrderCloudError }
5
export * from './api/index'
6
export * from './models/index'
-export * from './utils/OrderCloudError'
src/index.ts
0 commit comments