docs: move options to interface

This commit is contained in:
Bereket Engida
2024-11-14 18:19:43 +03:00
parent c0319b7a3e
commit 4591572d8c
7 changed files with 25 additions and 309 deletions

3
docs/lib/auth.ts Normal file
View File

@@ -0,0 +1,3 @@
import { BetterAuthOptions } from "better-auth";
export { type BetterAuthOptions };