cberg
Version:
Node.js Client for the Codeberg API
32 lines (24 loc) • 925 B
Markdown
# WatchInfo
WatchInfo represents an API watch status of one repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** | | [optional] [default to undefined]
**ignored** | **boolean** | | [optional] [default to undefined]
**reason** | **object** | | [optional] [default to undefined]
**repository_url** | **string** | | [optional] [default to undefined]
**subscribed** | **boolean** | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { WatchInfo } from 'berg';
const instance: WatchInfo = {
created_at,
ignored,
reason,
repository_url,
subscribed,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)