# NodeInfoUsageUsers

NodeInfoUsageUsers contains statistics about the users of this server

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**activeHalfyear** | **number** |  | [optional] [default to undefined]
**activeMonth** | **number** |  | [optional] [default to undefined]
**total** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { NodeInfoUsageUsers } from 'berg';

const instance: NodeInfoUsageUsers = {
    activeHalfyear,
    activeMonth,
    total,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
