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