ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
lib/system-logger
CreateLogParams
Interface CreateLogParams
Interface pour créer un log système
interface
CreateLogParams
{
userId
:
string
;
event
:
string
;
entityType
?:
string
;
entityId
?:
string
;
description
?:
string
;
ipAddress
?:
string
;
meta
?:
Record
<
string
,
any
>
;
}
Index
Properties
user
Id
event
entity
Type?
entity
Id?
description?
ip
Address?
meta?
Properties
user
Id
userId
:
string
event
event
:
string
Optional
entity
Type
entityType
?:
string
Optional
entity
Id
entityId
?:
string
Optional
description
description
?:
string
Optional
ip
Address
ipAddress
?:
string
Optional
meta
meta
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
user
Id
event
entity
Type
entity
Id
description
ip
Address
meta
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
Interface pour créer un log système