cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 837 B
Markdown
# LicenseTemplateInfo
LicensesInfo contains information about a License
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | | [optional] [default to undefined]
**implementation** | **string** | | [optional] [default to undefined]
**key** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { LicenseTemplateInfo } from 'berg';
const instance: LicenseTemplateInfo = {
body,
implementation,
key,
name,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)