UNPKG

@securecall/client-component

Version:

SecureCall Core Web Component

11 lines (10 loc) 248 B
export interface ITelephonyEventData { session: string; dnis?: string; } export interface ITelephonyUpdate { session: string; state: 'held' | 'leg_a' | 'leg_b' | 'recover' | 'validate'; success: boolean; message?: string; }