Files
klz-cables.com/.pnpm-store/v10/files/f6/5540b95b48677eaf99f463577376c414f629957bd07ec375549aede03437a9a2044f85fd41bb69c50067431024cb8edb24be134b9ed3ee6f3d96120d1473af
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
245 B
Plaintext

import type { TypedCollection } from '../../index.js';
import type { PreferenceRequest } from '../types.js';
export declare function findOne(args: PreferenceRequest): Promise<TypedCollection['_preference']>;
//# sourceMappingURL=findOne.d.ts.map