* Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected