UNPKG
better-auth-dashboard
Version:
beta (0.0.2-beta.0)
latest (0.0.4)
0.0.4
0.0.2
0.0.2-beta.0
A better-Auth powered admin dashboard.
better-auth-dashboard
/
dist
/
plugin
/
server.d.ts
6 lines
(5 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
BetterAuthPlugin
}
from
"better-auth"
;
type
DashboardPluginConfig
= {};
export
type
DashboardPlugin
=
typeof
dashboardPlugin;
export
declare
function
dashboardPlugin
(
config
?:
DashboardPluginConfig
):
BetterAuthPlugin
;
export
{};