Preparing search index...
The search index is not available
@wymp/types
@wymp/types
Audit
CreatedEvent
Interface CreatedEvent
interface
CreatedEvent
{
id
:
string
;
timestampMs
:
number
;
domain
:
string
;
clientId
:
string
;
userId
:
null
|
string
;
ip
:
null
|
string
;
targetType
:
string
;
targetId
:
string
;
meta
?:
unknown
;
action
:
"created"
;
rels
?:
{
parents
?:
[
string
,
string
]
[]
;
children
?:
[
string
,
string
]
[]
;
}
;
}
Hierarchy
BaseDataEvent
CreatedEvent
Index
Properties
id
timestamp
Ms
domain
client
Id
user
Id
ip
target
Type
target
Id
meta?
action
rels?
Properties
id
id
:
string
timestamp
Ms
timestamp
Ms
:
number
domain
domain
:
string
client
Id
client
Id
:
string
user
Id
user
Id
:
null
|
string
ip
ip
:
null
|
string
target
Type
target
Type
:
string
target
Id
target
Id
:
string
Optional
meta
meta
?:
unknown
action
action
:
"created"
Optional
rels
rels
?:
{
parents
?:
[
string
,
string
]
[]
;
children
?:
[
string
,
string
]
[]
;
}
Type declaration
Optional
parents
?:
[
string
,
string
]
[]
Optional
children
?:
[
string
,
string
]
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
id
timestamp
Ms
domain
client
Id
user
Id
ip
target
Type
target
Id
meta
action
rels
@wymp/types
Api
Audit
Auth
PartialSelect
Generated using
TypeDoc