import type * as Extend from "../../../index"; /** * The file to be extracted from. Files can be provided as a URL, Extend file ID, or raw text. */ export type ExtractRunsCreateRequestFile = Extend.FileFromUrl | Extend.FileFromId | Extend.FileFromText;