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