[O3 Framework](../API.md) / backendDependencies

# Variable: backendDependencies

> `const` **backendDependencies**: `object`

Defined in: [packages/framework/esm-api/src/openmrs-backend-dependencies.ts:6](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/openmrs-backend-dependencies.ts#L6)

Defines the minimum required versions of OpenMRS backend modules that the
frontend framework depends on. These versions are checked at startup to ensure
compatibility between the frontend and backend.

## Type declaration

### fhir2

> **fhir2**: `string` = `'1.0.0-SNAPSHOT'`

#### webservices.rest

> **rest**: `string` = `'2.24.0'`
