import type * as VoyageAI from "../index.js"; export interface MultimodalEmbedRequestInputsItem { content?: VoyageAI.MultimodalEmbedRequestInputsItemContentItem[]; }