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