/** * Shared types for the runtime handler architecture * * Re-exported from #veryfront/types for backward compatibility. * New code should import directly from #veryfront/types. */ export type { AppRouteMatch, Handler, HandlerContext, HandlerMetadata, HandlerResult, MiddlewareFunction, ParsedDomain, RouteHandlerModule, RoutePattern, RouteRegistryConfig, SecurityConfig, } from "../../types/index.js"; export { HandlerPriority } from "../../types/index.js"; //# sourceMappingURL=types.d.ts.map