Files
klz-cables.com/.pnpm-store/v10/files/ed/1c8faf6cec986b5793dc543b08fbf1136c9637bc4a49fc64c4a42a4437616ce6686dfc040908910b23b9e88e4cdef8b05a6b05758feca59dfb52377b5f5a68
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
423 B
Plaintext

import type { FeedbackFormData, FeedbackInternalOptions } from '@sentry/core';
export type Props = Pick<FeedbackInternalOptions, 'emailLabel' | 'isEmailRequired' | 'isNameRequired' | 'messageLabel' | 'nameLabel'>;
/**
* Validate that a given feedback submission has the required fields
*/
export declare function getMissingFields(feedback: FeedbackFormData, props: Props): string[];
//# sourceMappingURL=validate.d.ts.map