mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-18 12:43:57 +00:00
add basics for connecting to running instance
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
export type RouterEvent<T, D> = {
|
||||
type: T,
|
||||
data?: D,
|
||||
error?: string,
|
||||
}
|
||||
|
||||
export type RouteEventData = {
|
||||
index: number
|
||||
}
|
||||
|
||||
export type InputEventData = {
|
||||
source: string
|
||||
}
|
||||
|
||||
export type OutputEventData = {
|
||||
destination: string
|
||||
}
|
||||
Reference in New Issue
Block a user