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

10 lines
393 B
Plaintext

import type { DrizzleAdapter, DrizzleTransaction } from '../types.js';
type Args = {
adapter: DrizzleAdapter;
db: DrizzleAdapter['drizzle'] | DrizzleTransaction;
parentID: unknown;
tableName: string;
};
export declare const deleteExistingArrayRows: ({ adapter, db, parentID, tableName, }: Args) => Promise<void>;
export {};
//# sourceMappingURL=deleteExistingArrayRows.d.ts.map