cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 643 B
Markdown
# CommitAffectedFiles
CommitAffectedFiles store information about files affected by the commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filename** | **string** | | [optional] [default to undefined]
**status** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { CommitAffectedFiles } from 'berg';
const instance: CommitAffectedFiles = {
filename,
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)