| 1 | import { Account, User, Awaitable } from "." |
| 2 | |
| 3 | export interface AdapterUser extends User { |
| 4 | id: string |
| 5 | emailVerified: Date | null |
| 6 | } |
| 7 | |
| 8 | export interface AdapterSession { |
| 9 | id: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…