Typed message data for widget return

interface WidgetReturnData {
    type: "vopWidgetReturn";
    sessionId: string;
    callId?: string;
    state?: Record<string, string>;
}

Hierarchy (view full)

Properties

type
sessionId: string
callId?: string
state?: Record<string, string>