# SyncForkInfo

SyncForkInfo information about syncing a fork

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed** | **boolean** |  | [optional] [default to undefined]
**base_commit** | **string** |  | [optional] [default to undefined]
**commits_behind** | **number** |  | [optional] [default to undefined]
**fork_commit** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: SyncForkInfo = {
    allowed,
    base_commit,
    commits_behind,
    fork_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)
