@webitel/api-services
    Preparing search index...
    interface EngineCommunicationTypeServicePatchCommunicationTypeBody {
        channel?: EngineCommunicationChannels;
        code?: string;
        default?: boolean;
        description?: string;
        fields?: string[];
        name?: string;
    }
    Index

    Properties

    code?: string
    default?: boolean
    description?: string
    fields?: string[]
    name?: string