export interface DocumentsModel { id: number | string; content: string; data?: any; }