MCPcopy
hub / github.com/nextauthjs/next-auth / NextauthUser

Interface NextauthUser

packages/adapter-xata/src/xata.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from "@xata.io/client"
12
13export interface NextauthUser {
14 email?: string | null
15 emailVerified?: Date | null
16 name?: string | null
17 image?: string | null
18}
19
20export type NextauthUserRecord = NextauthUser & XataRecord
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected