fix(zod-openapi): Export Hook in @hono/zod-openapi (#313)
parent
fd1f92b815
commit
b8219d9b68
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hono/zod-openapi': patch
|
||||
---
|
||||
|
||||
change: Export Hook in @hono/zod-openapi
|
|
@ -134,7 +134,7 @@ type OutputType<R extends RouteConfig> = R['responses'] extends Record<infer _,
|
|||
: {}
|
||||
: {}
|
||||
|
||||
type Hook<T, E extends Env, P extends string, O> = (
|
||||
export type Hook<T, E extends Env, P extends string, O> = (
|
||||
result:
|
||||
| {
|
||||
success: true
|
||||
|
|
Loading…
Reference in New Issue