export interface StreamResult { id: string; changeVector: string; metadata: object; document: T; }