UNPKG

@invincible_rd/test-two

Version:

Ultron SDK for integrating conversational AI Avatars into your web application

12 lines (11 loc) 206 B
export interface IframeMessage { type: string; message?: string; speak?: boolean; lipsync?: boolean; audioData?: string; } export interface IframeConfig { divId: string; iframeLink: string; }