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