import { ContextEntityInterface } from './ContextEntityInterface.js'; export interface ConfigurationInterface { token: string; host: string; context: ContextEntityInterface; height: number; width: number; debug: boolean; defaultSessionViewerOrientation?: 'horizontal' | 'vertical'; key?: string; showHeader?: boolean; showLivechat?: boolean; }