@morojs/moro / AuthUser
Interface: AuthUser
Defined in: src/types/auth.ts:88
Indexable
[key
: string
]: any
Properties
email?
optional
email:null
|string
Defined in: src/types/auth.ts:91
emailVerified?
optional
emailVerified:null
|Date
Defined in: src/types/auth.ts:93
id
id:
string
Defined in: src/types/auth.ts:89
image?
optional
image:null
|string
Defined in: src/types/auth.ts:92
name?
optional
name:null
|string
Defined in: src/types/auth.ts:90