export interface PreferenceConfig {
    AutomaticallyGenerateTranscript?: boolean;
    PreferredTranscriptionLanguage?: string;
    HighlightMedicalTerms?: boolean;
    DisplayPatientContext?: boolean;
}
