Skip to content

Commit 90dc5ac

Browse files
committed
feat: export more types
1 parent 15f86ba commit 90dc5ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export { Parameter } from './parameter.js';
1212
export { Path } from './path.js';
1313
export { Reference } from './reference.js';
1414
export { Response } from './response.js';
15-
export { Schema } from './schema.js';
15+
export { Schema, type SchemaOptions } from './schema.js';
1616
export { SecurityRequirement } from './security-requirement.js';
1717
export { SecurityScheme } from './security-scheme.js';
1818
export { Server } from './server.js';

0 commit comments

Comments
 (0)