fix(admin): export type definitions from the admin plugin (#3628)

This commit is contained in:
Xuezhou Dai
2025-07-29 14:22:34 -07:00
committed by GitHub
parent 978b28588e
commit d1d593f2d1
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"better-auth": patch
---
fix(admin): export type definitions from the admin plugin
@@ -1 +1,2 @@
export * from "./admin";
export type * from "./types";