Type

Type Interface describing the release type property.

interface Type {
	value: string
	description: string
}

Last updated