# CmsPublicMenuDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**location** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**items** | [**Array&lt;WebMenuItem&gt;**](WebMenuItem.md) |  | [optional] [default to undefined]

## Example

```typescript
import { CmsPublicMenuDTO } from '@caraer/client';

const instance: CmsPublicMenuDTO = {
    location,
    title,
    items,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
