# Type

`Type` Interface describing the release `type` property.

{% code overflow="wrap" lineNumbers="true" %}

```typescript
interface Type {
	value: string
	description: string
}
```

{% endcode %}
