cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 781 B
Markdown
# NodeInfoSoftware
NodeInfoSoftware contains Metadata about server software in use
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**homepage** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**repository** | **string** | | [optional] [default to undefined]
**version** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { NodeInfoSoftware } from 'berg';
const instance: NodeInfoSoftware = {
homepage,
name,
repository,
version,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)