MCPcopy
hub / github.com/futantan/OpenGpt / Session

Interface Session

src/server/auth.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 */
18declare module 'next-auth' {
19 interface Session extends DefaultSession {
20 user: {
21 id: string
22 // ...other properties
23 // role: UserRole;
24 } & DefaultSession['user']
25 }
26
27 // interface User {
28 // // ...other properties

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected