import type * as Extend from "../../../index"; export interface SplitRunsCreateBatchRequestInputsItem { /** The file to split. Can be a URL or an Extend file ID. Raw text input is not supported. */ file: Extend.SplitRunsCreateBatchRequestInputsItemFile; metadata?: Extend.RunMetadata; }