export interface DocumentData { id: string; content: string; found: boolean; }