/** * Interface for CXone default screenpop */ export interface CXoneContactScreenpop { /** * @remarks - Unique identifier of sender contact id */ contactId: string; /** * @remarks - Action of screenpop url */ screenpopUrl: string; }