Skip to content

Commit

Permalink
Merge pull request #33 from Fish1/patch-1
Browse files Browse the repository at this point in the history
Expose the RouteConfig interface (proposal)
  • Loading branch information
AGalabov authored Sep 27, 2022
2 parents fdf240a + 11194f3 commit 0e604eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export * from './zod-extensions';
export { OpenAPIGenerator } from './openapi-generator';
export { OpenAPIRegistry } from './openapi-registry';
export {
OpenAPIRegistry,
RouteConfig,
ResponseConfig,
} from './openapi-registry';

0 comments on commit 0e604eb

Please sign in to comment.