UNPKG

outsella-widget

Version:

A voice-enabled widget SDK for Outsella assistant

12 lines (11 loc) 219 B
declare global { interface Window { OutsellaWidget?: { open: (options: { agentId: string; position?: string; }) => void; }; } } export {};