UNPKG
@xmcp-dev/better-auth
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6-canary.2
0.0.6-canary.1
0.0.4
0.0.3
0.0.3-canary.2
0.0.3-canary.1
0.0.2
0.0.1
Better Auth integration for xmcp
xmcp.dev
basementstudio/xmcp
@xmcp-dev/better-auth
/
dist
/
databases.d.ts
4 lines
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
Pool
}
from
"pg"
;
export
type
PostgresDatabase
=
Pool
;
export
type
Database
=
PostgresDatabase
;
//# sourceMappingURL=databases.d.ts.map