Files
klz-cables.com/.pnpm-store/v10/files/33/e0378b09a5f8f5e3dd84ffc4d4a9c8c780f90481eb288eb3ba9d75aef8ac68b622e2355c18779ed58ffa63e32d65ccf713c07ebd7b9961334731b2825b7f21
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

8 lines
239 B
Plaintext

type Args = {
baseRow: Record<string, unknown>;
data: unknown[];
texts: Record<string, unknown>[];
};
export declare const transformTexts: ({ baseRow, data, texts }: Args) => void;
export {};
//# sourceMappingURL=texts.d.ts.map