mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 09:32:20 -05:00
chore: fix option types
This commit is contained in:
@@ -68,12 +68,6 @@ export interface BetterAuthOptions {
|
||||
| BetterSqlite3Database
|
||||
| Dialect
|
||||
| Adapter
|
||||
| {
|
||||
postgres?: PostgresPool;
|
||||
mysql?: MysqlPool;
|
||||
sqlite?: BetterSqlite3Database;
|
||||
generateId?: ((size?: number) => string) | false;
|
||||
}
|
||||
| {
|
||||
dialect: Dialect;
|
||||
type: KyselyDatabaseType;
|
||||
|
||||
Reference in New Issue
Block a user