/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Sandbox Scenario */ export interface SandboxScenario { label?: string; /** The inputs for the scenario */ inputs: Vellum.ScenarioInput[]; /** The id of the scenario */ id: string; }