UNPKG

@ditsmod/authjs

Version:

Ditsmod module to support Auth.js

8 lines 280 B
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