Names

Names Interface describing the release name property.

interface Names {
	main: string
	english: string
	alternative: string
}

Last updated