Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
TimelineEntry
Interface TimelineEntry
interface
TimelineEntry
{
actor
:
Actor
;
customerId
:
string
;
entry
:
{
entryType
:
"UNKNOWN"
;
[
k
:
string
]
:
unknown
;
}
|
NoteEntry
|
ChatEntry
|
EmailEntry
|
CustomEntry
;
id
:
string
;
threadId
?:
null
|
string
;
timestamp
:
string
;
[
k
:
string
]
:
unknown
;
}
Indexable
[
k:
string
]:
unknown
Index
Properties
actor
customer
Id
entry
id
thread
Id?
timestamp
Properties
actor
actor
:
Actor
customer
Id
customer
Id
:
string
entry
entry
:
{
entryType
:
"UNKNOWN"
;
[
k
:
string
]
:
unknown
;
}
|
NoteEntry
|
ChatEntry
|
EmailEntry
|
CustomEntry
Type declaration
[
k
:
string
]:
unknown
entry
Type
:
"UNKNOWN"
id
id
:
string
Optional
thread
Id
thread
Id
?:
null
|
string
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
actor
customer
Id
entry
id
thread
Id
timestamp
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc