Type Alias ScenarioElement

ScenarioElement: {
    id: string;
    type: IntegrationElementType;
    element?: any;
}