import { PredictBatchResponseData } from "./PredictBatchResponseData"; export interface PredictBatchResponse { response_headers: Record; data: PredictBatchResponseData; }