Timing

Timing Interface describing the release timing property.

interface Timing {
	start: number
	stop: number
}

Last updated