Type Alias MongodbReaderSemaphoreDocument

MongodbReaderSemaphoreDocument: {
    limit: number;
    slots: MongodbReaderSemaphoreSlotSubDocument[];
}

IMPORT_PATH: "@daiso-tech/core/semaphore/mongodb-shared-lock"