import type * as Extend from "../../../index"; export interface EvaluationSetItemsCreateRequestItemsItem { /** * Extend's internal ID for the file. It will always start with "file_". * * Example: `"file_xK9mLPqRtN3vS8wF5hB2cQ"` */ fileId: string; /** The expected output that will be compared to the actual output of the extractor, classifier, or splitter when run against the file. */ expectedOutput: Extend.ProvidedProcessorOutput; }