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

4 lines
229 B
Plaintext

import type { Document } from '../../types/index.js';
import type { PreferenceRequest } from '../types.js';
export declare function deleteOperation(args: PreferenceRequest): Promise<Document>;
//# sourceMappingURL=delete.d.ts.map