mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
chore: remove unused exports (#5502)
This commit is contained in:
@@ -9,12 +9,6 @@ export { getCurrentAdapter } from "@better-auth/core/context";
|
||||
export * from "./auth";
|
||||
export * from "./types";
|
||||
export * from "./utils";
|
||||
export type * from "better-call";
|
||||
export type * from "zod/v4";
|
||||
// @ts-expect-error we need to export core to make sure type annotations works with v4/core
|
||||
export type * from "zod/v4/core";
|
||||
//@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";
|
||||
// export this as we are referencing OAuth2Tokens in the `refresh-token` api as return type
|
||||
|
||||
// telemetry exports for CLI and consumers
|
||||
|
||||
Reference in New Issue
Block a user