/** * This interface provides a minimal abstraction of the iframe that is created by ConnectHost. */ export interface ConnectIframeInterface { id: string; src: string; name: string; }