5 lines
No EOL
185 B
TypeScript
5 lines
No EOL
185 B
TypeScript
import type { SceneEvent } from "../backend/scene-types"
|
|
|
|
export type PlayerBroadcast =
|
|
| { type: "scene-changed"; sceneId: string }
|
|
| { type: "scene-event"; event: SceneEvent } |