UNPKG
@oberoncms/plugin-pgsql
Version:
latest (0.9.5)
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
A PostgreSQL database plugin for OberonCMS
github.com/Tohuhono/Oberon
Tohuhono/Oberon
@oberoncms/plugin-pgsql
/
dist
/
db
/
auth-adapter.d.ts
4 lines
•
228 B
TypeScript
View Raw
1
2
3
4
import
type
{
OberonAuthAdapter
}
from
"@oberoncms/core"
;
import
type
{
DatabaseClient
}
from
"./client"
;
export
declare
const
getAuthAdapter
:
(
db
:
DatabaseClient
) =>
OberonAuthAdapter
;
//# sourceMappingURL=auth-adapter.d.ts.map