Files
klz-cables.com/.pnpm-store/v10/files/91/724150d52efc0b66ee7e666e7cf05d4073d26715b00c497f6c85108a22fff2de70903969703e0fa70e56c0d9d9b601ee0e15040a270b796558375dfb6ee34f
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

9 lines
224 B
Plaintext

import { Attachment } from '../attachment';
export type FeedbackFormData = {
name: string;
email: string;
message: string;
attachments: Attachment[] | undefined;
};
//# sourceMappingURL=form.d.ts.map