import type { SceneDefinition } from "../types" export const scenePreStart: SceneDefinition = { id: "pre-start", type: "text", label: "Vor Beginn", plannedDuration: null, text: "Die Vorstellung hat noch nicht begonnen." }