# Age\_Rating

`Age_Rating` Interface describing the release `age_rating` property.

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

```typescript
interface Age_Rating {
	value: string
	label: string
	is_adult: boolean
	description: string
}
```

{% endcode %}
