MongoDBSaverParams: {
    checkpointCollectionName?: string;
    checkpointWritesCollectionName?: string;
    client: MongoClient;
    dbName?: string;
}

Type declaration

  • Optional checkpointCollectionName?: string
  • Optional checkpointWritesCollectionName?: string
  • client: MongoClient
  • Optional dbName?: string