@jokio/rpc 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -59,4 +59,4 @@ declare const registerExpressRoutes: <T extends RouterConfig, TContext>(router:
|
|
|
59
59
|
validation?: boolean;
|
|
60
60
|
}) => Router;
|
|
61
61
|
|
|
62
|
-
export { type InferRouteConfig, type RouteConfig, type RouteHandlers, type RouterClient, type RouterConfig, createClient, defineRoutes, registerExpressRoutes };
|
|
62
|
+
export { type ExtractRouteParams, type InferRouteConfig, type RouteConfig, type RouteHandlers, type RouterClient, type RouterConfig, createClient, defineRoutes, registerExpressRoutes };
|
package/dist/index.d.ts
CHANGED
|
@@ -59,4 +59,4 @@ declare const registerExpressRoutes: <T extends RouterConfig, TContext>(router:
|
|
|
59
59
|
validation?: boolean;
|
|
60
60
|
}) => Router;
|
|
61
61
|
|
|
62
|
-
export { type InferRouteConfig, type RouteConfig, type RouteHandlers, type RouterClient, type RouterConfig, createClient, defineRoutes, registerExpressRoutes };
|
|
62
|
+
export { type ExtractRouteParams, type InferRouteConfig, type RouteConfig, type RouteHandlers, type RouterClient, type RouterConfig, createClient, defineRoutes, registerExpressRoutes };
|