# GitEntry

GitEntry represents a git tree

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mode** | **string** |  | [optional] [default to undefined]
**path** | **string** |  | [optional] [default to undefined]
**sha** | **string** |  | [optional] [default to undefined]
**size** | **number** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: GitEntry = {
    mode,
    path,
    sha,
    size,
    type,
    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)
