export interface LiveASLConfig {
  enabled: boolean;
  aslEntryId?: string;
  autoSwitch?: boolean;
  uiPosition?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
  showIndicator?: boolean;
  responsiveBreakpoint?: number;
}
