/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { TestCaseVariableValue } from "./TestCaseVariableValue"; export declare const TestSuiteTestCase: core.serialization.ObjectSchema; export declare namespace TestSuiteTestCase { interface Raw { id?: string | null; external_id?: (string | null) | null; label?: (string | null) | null; input_values: TestCaseVariableValue.Raw[]; evaluation_values: TestCaseVariableValue.Raw[]; } }