Files
klz-cables.com/.pnpm-store/v10/files/5f/d5262e663fd417c5d660b2df37358b09897d33016b5e5c8233a59b30e5052773024ad2f6abc44357572f78228311ca676093fccc989af14970cfbefdf20d1a
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

5 lines
301 B
Plaintext

import type { Payload } from '../index.js';
import type { PayloadRequest } from '../types/index.js';
import type { FileToSave } from './types.js';
export declare const uploadFiles: (payload: Payload, files: FileToSave[], req: PayloadRequest) => Promise<void>;
//# sourceMappingURL=uploadFiles.d.ts.map