cberg
Version:
Node.js Client for the Codeberg API
36 lines (28 loc) • 1.1 kB
Markdown
# IssueTemplate
IssueTemplate represents an issue template for a repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**about** | **string** | | [optional] [default to undefined]
**body** | [**Array<IssueFormField>**](IssueFormField.md) | | [optional] [default to undefined]
**content** | **string** | | [optional] [default to undefined]
**file_name** | **string** | | [optional] [default to undefined]
**labels** | **Array<string>** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**ref** | **string** | | [optional] [default to undefined]
**title** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { IssueTemplate } from 'berg';
const instance: IssueTemplate = {
about,
body,
content,
file_name,
labels,
name,
ref,
title,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)