# NonWorkingDays

Represents the non-working days of the organization.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nonWorkingDays** | **Array&lt;string&gt;** | The non-working days of the organization. | [default to undefined]

## Example

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

const instance: NonWorkingDays = {
    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)
