cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 677 B
Markdown
# FileLinksResponse
FileLinksResponse contains the links for a repo\'s file
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**git** | **string** | | [optional] [default to undefined]
**html** | **string** | | [optional] [default to undefined]
**self** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { FileLinksResponse } from 'berg';
const instance: FileLinksResponse = {
git,
html,
self,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)