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