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

6 lines
262 B
Plaintext

import type { Where, WhereField } from '../types/index.js';
/**
* Take a where query and flatten it to all top-level operators
*/
export declare function flattenWhereToOperators(query: Where): WhereField[];
//# sourceMappingURL=flattenWhereToOperators.d.ts.map