This commit is contained in:
2026-02-17 17:24:44 +08:00
parent 170954ae7c
commit b4f2615afa
2 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -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';