/** * @packageDocumentation * @module DaVinci_API */ /** * Defines the type of channel that produced an event. */ export declare enum CHANNEL_TYPES { Telephony = 0, Email = 1, Lead = 2, Chat = 3, Contact = 4, Prospect = 5, Account = 6, Social = 7, SMS = 8 }