@openmrs/esm-api
Version:
The javascript module for interacting with the OpenMRS API
10 lines • 374 B
TypeScript
/**
* 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.
*/
export declare const backendDependencies: {
'webservices.rest': string;
fhir2: string;
};
//# sourceMappingURL=openmrs-backend-dependencies.d.ts.map