| 66 | ); |
| 67 | |
| 68 | export interface User extends Db.UserInitializer { |
| 69 | localId: string; |
| 70 | email?: string | null; |
| 71 | emailVerified?: boolean | null; |
| 72 | displayName?: string | null; |
| 73 | photoUrl?: string | null; |
| 74 | disabled?: boolean | null; |
| 75 | createdAt?: string | null; |
| 76 | lastLoginAt?: string | null; |
| 77 | } |
nothing calls this directly
no outgoing calls
no test coverage detected