# Season

`Season` Interface describing the release `season` property.

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

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

{% endcode %}
