Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_event_log
EventLogPack
Type Alias EventLogPack
type
EventLogPack
=
{
channel
?:
string
|
null
;
email
?:
string
;
event_type
:
string
;
occur_at
:
Date
;
payload
?:
any
;
user_email
?:
string
|
null
;
}
Index
Properties
channel?
email?
event_
type
occur_
at
payload?
user_
email?
Properties
Optional
channel
channel
?:
string
|
null
Optional
email
email
?:
string
event_
type
event_type
:
string
occur_
at
occur_at
:
Date
Optional
payload
payload
?:
any
Optional
user_
email
user_email
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
email
event_
type
occur_
at
payload
user_
email
Documentation
Loading...