import type { AzureOpenAiDalleError } from './dalle-error.js';
/**
 * Representation of the 'AzureOpenAiDalleErrorResponse' schema.
 */
export type AzureOpenAiDalleErrorResponse = {
    error?: AzureOpenAiDalleError;
} & Record<string, any>;
//# sourceMappingURL=dalle-error-response.d.ts.map