mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-30 10:56:31 -05:00
fix: export helper types to resolve type inference
This commit is contained in:
@@ -4,3 +4,5 @@ export * from "./error";
|
||||
export * from "./utils";
|
||||
export type * from "better-call";
|
||||
export type * from "zod";
|
||||
//@ts-expect-error: we need to export helper types even when they conflict with better-call types to avoid "The inferred type of 'auth' cannot be named without a reference to..."
|
||||
export type * from "./types/helper";
|
||||
|
||||
Reference in New Issue
Block a user