| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Menu identifier | |
| label | str | Menu label | |
| children | list[MenuItemDTO] | List of sub menu items | |
| route | RouteDTO | Optional route definition | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Menu identifier | |
| label | str | Menu label | |
| children | list[MenuItemDTO] | List of sub menu items | |
| route | RouteDTO | Optional route definition | [optional] |