Files
klz-cables.com/.pnpm-store/v10/files/0b/ab5fc87517a9f22e652d41f68e4d4b6f5b70bf8dce88079aff6eb1d8c7e87bff11f14ea53894b51da2e696960249dbf36a64296fb2d27ed8e6fd8ae8a78e0d
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

12 lines
373 B
Plaintext

import { RestCommand } from "../../types.js";
//#region src/rest/commands/utils/import.d.ts
/**
* Import multiple records from a JSON or CSV file into a collection.
* @returns Nothing
*/
declare const utilsImport: <Schema>(collection: keyof Schema, data: FormData) => RestCommand<void, Schema>;
//#endregion
export { utilsImport };
//# sourceMappingURL=import.d.ts.map