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

Type declaration

  • OptionalcheckpointCollectionName?: string
  • OptionalcheckpointWritesCollectionName?: string
  • client: MongoClient
  • OptionaldbName?: string