# CentresConfiguration

Model representation of the centres configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**centres** | [**Array&lt;CentreConfiguration&gt;**](CentreConfiguration.md) | List of all centres | [default to undefined]

## Example

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

const instance: CentresConfiguration = {
    centres,
};
```

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