Type Alias MongodbSemaphoreAdapterSettings

MongodbSemaphoreAdapterSettings: {
    collectionName?: string;
    collectionSettings?: CollectionOptions;
    database: Db;
}

IMPORT_PATH: "@daiso-tech/core/semaphore/adapters"

Type declaration

  • OptionalcollectionName?: string
    "semaphore"
    
  • OptionalcollectionSettings?: CollectionOptions
  • database: Db