/** * This file was auto-generated by Fern from our API Definition. */ export interface TestSuiteRunWorkflowSandboxExecConfigDataRequest { /** The ID of the Workflow Sandbox to run the Test Suite against. */ workflowSandboxId: string; }