export interface Document { _id?: string; _rev?: string; createdAt?: string | number; updatedAt?: string; }