MCPcopy
hub / github.com/t3-oss/create-t3-app / Session

Interface Session

template/addons/next-auth/next-auth.d.ts:7–11  ·  view source on GitHub ↗

* Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context

Source from the content-addressed store, hash-verified

5 * Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context
6 */
7 interface Session {
8 user?: {
9 id: string;
10 } & DefaultSession["user"];
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected