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

This commit is contained in:
Xuezhou Dai
2025-07-30 05:22:34 +08:00
committed by GitHub
parent 978b28588e
commit d1d593f2d1
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"better-auth": patch
---
fix(admin): export type definitions from the admin plugin

View File

@@ -1 +1,2 @@
export * from "./admin";
export type * from "./types";