fix export issue

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-09-18 18:54:06 -04:00
parent 7c83975531
commit fcd4cf6b9b
2 changed files with 48 additions and 3 deletions
@@ -22,5 +22,6 @@
import * as internal from './types';
export { internal };
export * from './utility';
export type { ApiRouter } from './router';
export { createValidatedOpenApiRouter } from './stub';