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