import type * as Extend from "../../../index"; export interface ClassifyRunsCreateBatchRequestInputsItem { /** The file to classify. Can be a URL, an Extend file ID, or raw text. */ file: Extend.ClassifyRunsCreateBatchRequestInputsItemFile; metadata?: Extend.RunMetadata; }