mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 10:26:49 -05:00
fix: remove zod type export from clients
This commit is contained in:
@@ -100,8 +100,4 @@ export function createAuthClient<Option extends ClientOptions>(
|
||||
};
|
||||
}
|
||||
|
||||
export type * from "@better-fetch/fetch";
|
||||
//@ts-expect-error
|
||||
export type * from "zod";
|
||||
|
||||
export { useStore };
|
||||
|
||||
Reference in New Issue
Block a user