The hc function returns an unkown type
When I hover over the hc function I see this typing:
The type of the route seems to be correct, what am doing wrong?
The type of the route seems to be correct, what am doing wrong?
hc<Hono<BlankEnv, BlankSchema | MergeSchemaPath<BlankSchema, "/api/auth">, "/api/">>(baseUrl: string, options?: ClientRequestOptions): unknown