cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 564 B
Markdown
# RepoTopicOptions
RepoTopicOptions a collection of repo topic names
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**topics** | **Array<string>** | 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)