diff --git a/src/browser.ts b/src/browser.ts index 3bdacb7..9c2c655 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -4,7 +4,7 @@ export type { Rule, Schema, } from './validator/index.ts'; export { createSchema } from './validator/index.ts'; -export type { RouteContext, RouteOpts, RouteMiddleware } from './route.ts'; +export type { RouteContext, RouteOpts, RouteInfo, RouteMiddleware } from './route.ts'; export type { Run, Skill } from './route.ts'; diff --git a/src/index.ts b/src/index.ts index faa2d6c..9c01225 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ export type { Rule, Schema, } from './validator/index.ts'; export { createSchema } from './validator/index.ts'; -export type { RouteContext, RouteOpts, RouteMiddleware } from './route.ts'; +export type { RouteContext, RouteOpts, RouteInfo, RouteMiddleware } from './route.ts'; export type { Run, Skill } from './route.ts';