Files
klz-cables.com/.pnpm-store/v10/files/fe/ab54d2292e722e308db206ae716b80819fd8d867f4ebc95d3da967d9462721c9cfa3cda914329e5ab844e2ff0a0f073aec062a7b058a8b8826a35573187421
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
363 B
Plaintext

import type { CollectionConfig } from '../collections/config/types.js';
import type { PayloadRequest } from '../types/index.js';
export declare const getFieldsToSign: (args: {
collectionConfig: CollectionConfig;
email: string;
sid?: string;
user: PayloadRequest["user"];
}) => Record<string, unknown>;
//# sourceMappingURL=getFieldsToSign.d.ts.map