# RepoTopicOptions

RepoTopicOptions a collection of repo topic names

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**topics** | **Array&lt;string&gt;** | list of topic names | [optional] [default to undefined]

## Example

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

const instance: RepoTopicOptions = {
    topics,
};
```

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