Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 142 Bytes

File metadata and controls

16 lines (14 loc) · 142 Bytes

Destination

Destination {
	type: DestinationType

	toID: String
}

JSON Example

{
	"type": "screen",
	"toID": "home"
}