/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as Cohere from "../index";
/**
 * Response from creating an embed job.
 */
export interface CreateEmbedJobResponse {
    jobId: string;
    meta?: Cohere.ApiMeta;
}
