Season

Season Interface describing the release season property.

interface Season {
	value: string
	description: string
}

Last updated