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