export interface QnaPluginConfig {
  toastDuration: number;
  dateFormat: string;
  expandMode: string;
  position: string;
  expandOnFirstPlay: boolean;
  userId?: string;
  userRole?: string;
}
