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