@openmrs/esm-framework
Version:
46 lines (24 loc) • 1.12 kB
Markdown
[@openmrs/esm-framework](../API.md) / ConfigSchema
# Interface: ConfigSchema
## Indexable
▪ [key: `string`]: [`ConfigSchema`](ConfigSchema.md) \| [`ConfigValue`](../API.md#configvalue)
## Table of contents
### Properties
- [\_elements](ConfigSchema.md#_elements)
- [\_type](ConfigSchema.md#_type)
- [\_validators](ConfigSchema.md#_validators)
## Properties
### \_elements
• `Optional` **\_elements**: [`ConfigSchema`](ConfigSchema.md)
#### Defined in
[packages/framework/esm-config/src/types.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L21)
___
### \_type
• `Optional` **\_type**: [`Type`](../enums/Type.md)
#### Defined in
[packages/framework/esm-config/src/types.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L19)
___
### \_validators
• `Optional` **\_validators**: [`Validator`](../API.md#validator)[]
#### Defined in
[packages/framework/esm-config/src/types.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-config/src/types.ts#L20)