/opt/canhelp/node_modules/better-auth/dist/db
Edit: /opt/canhelp/node_modules/better-auth/dist/db/internal-adapter.d.mts (639B)
import { DatabaseHooksEntry } from "./with-hooks.mjs";
import { AuthContext, BetterAuthOptions, InternalAdapter } from "@better-auth/core";
import { InternalLogger } from "@better-auth/core/env";
import { DBAdapter } from "@better-auth/core/db/adapter";
//#region src/db/internal-adapter.d.ts
declare const createInternalAdapter: (adapter: DBAdapter
, ctx: {
options: Omit;
logger: InternalLogger;
hooks: DatabaseHooksEntry[];
generateId: AuthContext["generateId"];
}) => InternalAdapter;
//#endregion
export { createInternalAdapter };
//# sourceMappingURL=internal-adapter.d.mts.map