mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 10:26:49 -05:00
Merge branch 'canary' into change-default-oauth-store-strategy
This commit is contained in:
@@ -9,6 +9,7 @@ export * from "@better-auth/core/oauth2";
|
||||
export * from "@better-auth/core/utils";
|
||||
//#endregion
|
||||
export * from "./auth";
|
||||
// @ts-expect-error
|
||||
export * from "./types";
|
||||
export * from "./utils";
|
||||
// export this as we are referencing OAuth2Tokens in the `refresh-token` api as return type
|
||||
@@ -20,6 +21,7 @@ export {
|
||||
type TelemetryEvent,
|
||||
} from "@better-auth/telemetry";
|
||||
// re-export third party types
|
||||
// @ts-expect-error
|
||||
export type * from "better-call";
|
||||
export type { JSONWebKeySet, JWTPayload } from "jose";
|
||||
export type * from "zod";
|
||||
|
||||
@@ -9,5 +9,6 @@ export * from "../client/types";
|
||||
export type * from "./adapter";
|
||||
export * from "./api";
|
||||
export type * from "./auth";
|
||||
export type * from "./helper";
|
||||
export type * from "./models";
|
||||
export type * from "./plugins";
|
||||
|
||||
Reference in New Issue
Block a user