# ExternalIssue


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [optional] [default to undefined]
**issues** | [**Array&lt;ExternalIssueIssuesInner&gt;**](ExternalIssueIssuesInner.md) |  | [optional] [default to undefined]

## Example

```typescript
import { ExternalIssue } from 'qase-api-client';

const instance: ExternalIssue = {
    type,
    issues,
};
```

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