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 15f86ba commit 90dc5acCopy full SHA for 90dc5ac
1 file changed
lib/index.ts
@@ -12,7 +12,7 @@ export { Parameter } from './parameter.js';
12
export { Path } from './path.js';
13
export { Reference } from './reference.js';
14
export { Response } from './response.js';
15
-export { Schema } from './schema.js';
+export { Schema, type SchemaOptions } from './schema.js';
16
export { SecurityRequirement } from './security-requirement.js';
17
export { SecurityScheme } from './security-scheme.js';
18
export { Server } from './server.js';
0 commit comments