Skip to content

SessionHookFn

SessionHookFn = (ctx, next) => Promise<void>

Function type for the session hook.

SessionContext

() => Promise<void>

Promise<void>