import type * as Extend from "../../../index"; /** * The file to be split. Files can be provided as a URL or an Extend file ID. */ export type SplitRunsCreateRequestFile = Extend.FileFromUrl | Extend.FileFromId;