Skip to content

Commit a92bf56

Browse files
committed
fix: 🐛 type
1 parent e3634f6 commit a92bf56

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/backend/src/types/hono/hono-hf-converter.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,3 @@ type MergeUnionToRecord<U> = {
131131
export type HonoToHyperFetch<T, Client extends ClientInstance> = Prettify<
132132
NestFlatRecord<ConvertToRequest<MergeUnionToRecord<UnionSchemas<T>>, Client>>
133133
>;
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

Comments
 (0)