UNPKG
@ditsmod/authjs
Version:
latest (3.0.0-alpha.1)
next (3.0.0-alpha.5)
3.0.4-alpha.4
3.0.3-alpha.4
3.0.2-alpha.4
3.0.1-alpha.4
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
Ditsmod module to support Auth.js
ditsmod.github.io/en/
ditsmod/ditsmod
@ditsmod/authjs
/
dist
/
types.d.ts
8 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
RawRequest
}
from
'@ditsmod/core'
;
import
type
{
Session
}
from
'@auth/core/types'
;
export
type
GetSessionResult
=
Promise
<
Session
|
null
>;
export
interface
ReqForSession
{
protocol
:
'http'
|
'https'
;
rawReq
:
RawRequest
; }
//# sourceMappingURL=types.d.ts.map