cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 628 B
Markdown
# GitignoreTemplateInfo
GitignoreTemplateInfo name and text of a gitignore template
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | | [optional] [default to undefined]
**source** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { GitignoreTemplateInfo } from 'berg';
const instance: GitignoreTemplateInfo = {
name,
source,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)