cberg
Version:
Node.js Client for the Codeberg API
38 lines (30 loc) • 1.2 kB
Markdown
# ChangedFile
ChangedFile store information about files affected by the pull request
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additions** | **number** | | [optional] [default to undefined]
**changes** | **number** | | [optional] [default to undefined]
**contents_url** | **string** | | [optional] [default to undefined]
**deletions** | **number** | | [optional] [default to undefined]
**filename** | **string** | | [optional] [default to undefined]
**html_url** | **string** | | [optional] [default to undefined]
**previous_filename** | **string** | | [optional] [default to undefined]
**raw_url** | **string** | | [optional] [default to undefined]
**status** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { ChangedFile } from 'berg';
const instance: ChangedFile = {
additions,
changes,
contents_url,
deletions,
filename,
html_url,
previous_filename,
raw_url,
status,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)