UNPKG

@ugandaemr/esm-ugandaemr-app

Version:

UgandaEMR microfrontend built on top of OpenMRS 3.x and OHRI

20 lines (17 loc) 483 B
import { Type } from '@openmrs/esm-framework'; export const configSchema = { nhfrGlobalPropertyValueName: { _type: Type.String, _default: 'ugandaemrsync.nhfr.facility.url', _description: 'Whether to use a casual greeting (or a formal one).', }, nhcrUrl: { _type: Type.String, _default: '', _description: 'Whether to use a casual greeting (or a formal one).', }, }; export type Config = { nhfrGlobalPropertyValueName: String; nhcrUrl: String; };