export interface ScientificTerm { term: string; definition: string; wikiId?: string; } export const SCIENTIFIC_TERMS: Record = {};