Age_Rating

Age_Rating Interface describing the release age_rating property.

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

Last updated