import type * as Extend from "../../../index"; /** * The file to split. Can be a URL or an Extend file ID. Raw text input is not supported. */ export type SplitRunsCreateBatchRequestInputsItemFile = Extend.FileFromUrl | Extend.FileFromId;