@webitel/api-services
Preparing search index...
_models/engineCommunicationType.zod
EngineCommunicationType
Interface EngineCommunicationType
interface
EngineCommunicationType
{
channel
?:
EngineCommunicationChannels
;
code
?:
string
;
default
?:
boolean
;
description
?:
string
;
domainId
?:
string
;
id
?:
string
;
name
?:
string
;
}
Index
Properties
channel?
code?
default?
description?
domain
Id?
id?
name?
Properties
Optional
channel
channel
?:
EngineCommunicationChannels
Optional
code
code
?:
string
Optional
default
default
?:
boolean
Optional
description
description
?:
string
Optional
domain
Id
domainId
?:
string
Optional
id
id
?:
string
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
code
default
description
domain
Id
id
name
@webitel/api-services
Loading...