@webitel/api-services
Preparing search index...
_models/webitelCasesEvent.zod
WebitelCasesEvent
Interface WebitelCasesEvent
interface
WebitelCasesEvent
{
call
?:
WebitelCasesCallEvent
;
chat
?:
WebitelCasesChatEvent
;
createdAt
?:
string
;
email
?:
WebitelCasesEmailEvent
;
type
?:
WebitelCasesCaseTimelineEventType
;
}
Index
Properties
call?
chat?
created
At?
email?
type?
Properties
Optional
call
call
?:
WebitelCasesCallEvent
Optional
chat
chat
?:
WebitelCasesChatEvent
Optional
created
At
createdAt
?:
string
Optional
email
email
?:
WebitelCasesEmailEvent
Optional
type
type
?:
WebitelCasesCaseTimelineEventType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
chat
created
At
email
type
@webitel/api-services
Loading...