/** * This file was auto-generated by Fern from our API Definition. */ export interface TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest { /** The ID of the Workflow Sandbox History Item that the Test Suite will run against. */ historyItemId: string; /** The ID of the Workflow Variant within the Workflow Sandbox History Item that you'd like to run the Test Suite against. */ workflowVariantId: string; }