Preparing search index...
The search index is not available
@getzep/zep-js
@getzep/zep-js
IUser
Interface IUser
interface
IUser
{
created_at
?:
Date
;
deleted_at
?:
Date
;
email
?:
string
;
first_name
?:
string
;
id
?:
number
;
last_name
?:
string
;
metadata
?:
Record
<
string
,
any
>
;
updated_at
?:
Date
;
user_id
:
string
;
uuid
?:
string
;
}
Implemented by
User
Index
Properties
created_
at?
deleted_
at?
email?
first_
name?
id?
last_
name?
metadata?
updated_
at?
user_
id
uuid?
Properties
Optional
created_
at
created_
at
?:
Date
Optional
deleted_
at
deleted_
at
?:
Date
Optional
email
email
?:
string
Optional
first_
name
first_
name
?:
string
Optional
id
id
?:
number
Optional
last_
name
last_
name
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
updated_
at
updated_
at
?:
Date
user_
id
user_
id
:
string
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
created_
at
deleted_
at
email
first_
name
id
last_
name
metadata
updated_
at
user_
id
uuid
@getzep/zep-js
Loading...