/**
 * Representation of the 'AzureOpenAiErrorBase' schema.
 */
export type AzureOpenAiErrorBase = {
    code?: string;
    message?: string;
} & Record<string, any>;
//# sourceMappingURL=error-base.d.ts.map