chore: fix type import (#5177)

This commit is contained in:
Alex Yang
2025-10-08 18:39:56 -07:00
committed by GitHub
parent 7c636cae10
commit b3439a6b80

View File

@@ -23,7 +23,7 @@ import type { AuthMiddleware } from "../plugins";
import type { LiteralUnion, OmitId } from "./helper";
import type { Database as BunDatabase } from "bun:sqlite";
import type { DatabaseSync } from "node:sqlite";
import type { DBAdapterDebugLogOption } from "packages/core/dist/db/adapter";
import type { DBAdapterDebugLogOption } from "@better-auth/core/db/adapter";
export type BetterAuthOptions = {
/**