cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 511 B
Markdown
# TopicName
TopicName a list of repo topic names
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**topics** | **Array<string>** | | [optional] [default to undefined]
## Example
```typescript
import { TopicName } from 'berg';
const instance: TopicName = {
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)