We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89aa61 commit fdfcf7fCopy full SHA for fdfcf7f
src/index.ts
@@ -5,6 +5,6 @@
5
*/
6
7
export * from './authorizer';
8
-export * from './json-schema-ex';
+export { JsonSchemaEx } from './json-schema-ex';
9
export * from './models';
10
export * from './rest-api-with-spec';
0 commit comments