Files
klz-cables.com/.pnpm-store/v10/files/a1/8fa13436c2a028f84d5e7ddb067a117cc70e685b52e9a15b84d20ffcf3b462580ae6d9e5140601464334a59434e74773308479bb82bbeb15307285254c1997
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
375 B
Plaintext

import { RestCommand } from "../../types.cjs";
//#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.cts.map