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