import { ScenarioDefinition } from './ScenarioDefinition'; export interface Background extends ScenarioDefinition { type: 'Background'; }