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