cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 810 B
Markdown
# FileResponse
FileResponse contains information about a repo\'s file
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit** | [**FileCommitResponse**](FileCommitResponse.md) | | [optional] [default to undefined]
**content** | [**ContentsResponse**](ContentsResponse.md) | | [optional] [default to undefined]
**verification** | [**PayloadCommitVerification**](PayloadCommitVerification.md) | | [optional] [default to undefined]
## Example
```typescript
import { FileResponse } from 'berg';
const instance: FileResponse = {
commit,
content,
verification,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)