# StopWatch

StopWatch represent a running stopwatch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **string** |  | [optional] [default to undefined]
**duration** | **string** |  | [optional] [default to undefined]
**issue_index** | **number** |  | [optional] [default to undefined]
**issue_title** | **string** |  | [optional] [default to undefined]
**repo_name** | **string** |  | [optional] [default to undefined]
**repo_owner_name** | **string** |  | [optional] [default to undefined]
**seconds** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: StopWatch = {
    created,
    duration,
    issue_index,
    issue_title,
    repo_name,
    repo_owner_name,
    seconds,
};
```

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