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

# Type Alias: OpenmrsRoutes

> **OpenmrsRoutes** = `Record`\<`string`, [`OpenmrsAppRoutes`](../interfaces/OpenmrsAppRoutes.md)\>

Defined in: [packages/framework/esm-globals/src/types.ts:401](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L401)

This interfaces describes the format of the overall routes.json loaded by the app shell.
Basically, this is the same as the app routes, with each routes definition keyed by the app's name
