cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 563 B
Markdown
# ExternalWiki
ExternalWiki represents setting for external wiki
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**external_wiki_url** | **string** | URL of external wiki. | [optional] [default to undefined]
## Example
```typescript
import { ExternalWiki } from 'berg';
const instance: ExternalWiki = {
external_wiki_url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)