# ProjectCountsRuns


## Properties

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

## Example

```typescript
import { ProjectCountsRuns } from 'qase-api-client';

const instance: ProjectCountsRuns = {
    total,
    active,
};
```

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