# 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)
