export interface MongoDocumentStoreItem { _id: string; state: any; }