cberg
Version:
Node.js Client for the Codeberg API
38 lines (30 loc) • 1.2 kB
Markdown
# PushMirror
PushMirror represents information of a push mirror
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **string** | | [optional] [default to undefined]
**interval** | **string** | | [optional] [default to undefined]
**last_error** | **string** | | [optional] [default to undefined]
**last_update** | **string** | | [optional] [default to undefined]
**public_key** | **string** | | [optional] [default to undefined]
**remote_address** | **string** | | [optional] [default to undefined]
**remote_name** | **string** | | [optional] [default to undefined]
**repo_name** | **string** | | [optional] [default to undefined]
**sync_on_commit** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { PushMirror } from 'berg';
const instance: PushMirror = {
created,
interval,
last_error,
last_update,
public_key,
remote_address,
remote_name,
repo_name,
sync_on_commit,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)