# IssueMeta

IssueMeta basic issue information

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**index** | **number** |  | [optional] [default to undefined]
**owner** | **string** |  | [optional] [default to undefined]
**repo** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { IssueMeta } from 'berg';

const instance: IssueMeta = {
    index,
    owner,
    repo,
};
```

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