# BranchesConfiguration

Model representation of the branches configuration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branches** | [**Array&lt;BranchConfiguration&gt;**](BranchConfiguration.md) | List of all branches ordered by id. | [default to undefined]

## Example

```typescript
import { BranchesConfiguration } from './api';

const instance: BranchesConfiguration = {
    branches,
};
```

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