# 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)
