# HolidaysConfiguration

Represents the holidays of the organization.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**holidays** | [**Array&lt;HolidayDetails&gt;**](HolidayDetails.md) | The general holidays of the organization. | [optional] [default to undefined]
**nonWorkingDays** | **Array&lt;string&gt;** | The non-working days of the organization. | [optional] [default to undefined]

## Example

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

const instance: HolidaysConfiguration = {
    holidays,
    nonWorkingDays,
};
```

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