Type Alias MongodbSemaphoreAdapterSettings
MongodbSemaphoreAdapterSettings: {
collectionName?: string;
collectionSettings?: CollectionOptions;
database: Db;
}
Type declaration
OptionalcollectionName?: string
OptionalcollectionSettings?: CollectionOptions
database: Db
IMPORT_PATH:
"@daiso-tech/core/semaphore/mongodb-semaphore-adapter"