import type * as Extend from "../../../index"; /** * The file to parse. Can be a URL, an Extend file ID, or raw text. */ export type ParseRunsCreateBatchRequestInputsItemFile = Extend.FileFromUrl | Extend.FileFromId | Extend.FileFromText;