Type Alias MongodbCircuitBreakerStorageDocument

MongodbCircuitBreakerStorageDocument: {
    _id: ObjectId;
    key: string;
    state: string;
}

IMPORT_PATH: "@daiso-tech/core/circuit-breaker/mongodb-circuit-breaker-storage-adapter"