interface Document { _id: string; [key: string]: any; } export { Document };