mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
chore: fix type import (#5177)
This commit is contained in:
@@ -23,7 +23,7 @@ import type { AuthMiddleware } from "../plugins";
|
|||||||
import type { LiteralUnion, OmitId } from "./helper";
|
import type { LiteralUnion, OmitId } from "./helper";
|
||||||
import type { Database as BunDatabase } from "bun:sqlite";
|
import type { Database as BunDatabase } from "bun:sqlite";
|
||||||
import type { DatabaseSync } from "node: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 = {
|
export type BetterAuthOptions = {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user