fix: remove zod type export from clients

This commit is contained in:
Bereket Engida
2025-02-12 08:55:19 +03:00
parent 1e318b87cc
commit ec241e49fb

View File

@@ -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 };