nest
Preparing search index...
EventPayload
Type Alias EventPayload
type
EventPayload
=
{
req
:
{
body
?:
Any
;
params
?:
Any
;
query
?:
Any
;
url
:
string
}
;
res
?:
{
body
?:
Any
;
errors
?:
Any
;
status
?:
number
}
;
timestamp
:
number
;
uuid
:
string
;
}
Index
Properties
req
res?
timestamp
uuid
Properties
req
req
:
{
body
?:
Any
;
params
?:
Any
;
query
?:
Any
;
url
:
string
}
Optional
res
res
?:
{
body
?:
Any
;
errors
?:
Any
;
status
?:
number
}
timestamp
timestamp
:
number
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
req
res
timestamp
uuid
nest
Loading...