# ChunkedOutput


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**closed** | **boolean** |  | [optional] [default to undefined]
**type** | [**ChunkedOutputType**](ChunkedOutputType.md) |  | [optional] [default to undefined]

## Example

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

const instance: ChunkedOutput = {
    closed,
    type,
};
```

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