Files
klz-cables.com/.pnpm-store/v10/files/9a/837220b4e0dc8841fdf4a95cece235ae4366d342a69fde7852f93d269b1f93b0cd5b125ae9be72f18cebb5ddf60ce561b7136d3305b120caacd7687299b66e
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

7 lines
398 B
Plaintext

import type { FeedbackInternalOptions } from '@sentry/core';
import type { OptionalFeedbackConfiguration } from '../core/types';
/**
* Quick and dirty deep merge for the Feedback integration options
*/
export declare function mergeOptions(defaultOptions: FeedbackInternalOptions, optionOverrides: OptionalFeedbackConfiguration): FeedbackInternalOptions;
//# sourceMappingURL=mergeOptions.d.ts.map