Skip to content

Commit fdfcf7f

Browse files
committed
chore: export only JsonSchemaEx
- Exports only `JsonSchemaEx` from `src/json-schema-ex.ts`.
1 parent f89aa61 commit fdfcf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/
66

77
export * from './authorizer';
8-
export * from './json-schema-ex';
8+
export { JsonSchemaEx } from './json-schema-ex';
99
export * from './models';
1010
export * from './rest-api-with-spec';

0 commit comments

Comments
 (0)