cberg
Version:
Node.js Client for the Codeberg API
23 lines (15 loc) • 601 B
Markdown
# APIInvalidTopicsError
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**invalidTopics** | **Array<string>** | | [optional] [default to undefined]
**message** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { APIInvalidTopicsError } from 'berg';
const instance: APIInvalidTopicsError = {
invalidTopics,
message,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)