Episode

Episode Interface describing the release episodes property.

interface Episode {
	id: string
	name: string
	ordinal: number
	opening: 
	ending: 
	preview: 
	hls_480: string
	hls_720: string
	hls_1080: string
	duration: number
	updated_at: string
	sort_order: number
	name_english: string
}

Last updated