We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3634f6 commit a92bf56Copy full SHA for a92bf56
1 file changed
apps/backend/src/types/hono/hono-hf-converter.ts
@@ -131,7 +131,3 @@ type MergeUnionToRecord<U> = {
131
export type HonoToHyperFetch<T, Client extends ClientInstance> = Prettify<
132
NestFlatRecord<ConvertToRequest<MergeUnionToRecord<UnionSchemas<T>>, Client>>
133
>;
134
-
135
-export type HonoAppToHyperFetch<App, Client extends ClientInstance> = App extends Hono<any, infer S, any>
136
- ? Prettify<NestFlatRecord<ConvertToRequest<S, Client>>>
137
- : {};
0 commit comments