mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 11:56:43 -05:00
fix: export PrismaConfig interface (#901)
This commit is contained in:
@@ -4,7 +4,7 @@ import type { Adapter, BetterAuthOptions, Where } from "../../types";
|
||||
import { generateId } from "../../utils";
|
||||
import { withApplyDefault } from "../utils";
|
||||
|
||||
interface PrismaConfig {
|
||||
export interface PrismaConfig {
|
||||
/**
|
||||
* Database provider.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user