MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / Session

Interface Session

packages/core/src/analytics.ts:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55// TODO: This type should be inferred from the auth package
56declare module 'next-auth' {
57 interface Session extends DefaultSession {
58 user: {
59 id: string;
60 } & DefaultSession['user'];
61 }
62}
63
64export type BaseProps = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected