Files
klz-cables.com/.pnpm-store/v10/files/1f/b2b633f2ef14e0aea36db967ed5040cd68c3478b5a9e664b4fbec7a98c6883b081bb9c554939f70faf07d6aa4578880a113bf48fa6de2d8cbc7e44b20a6a5c
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
270 B
Plaintext

import { entityKind } from "../entity.js";
class TypedQueryBuilder {
static [entityKind] = "TypedQueryBuilder";
/** @internal */
getSelectedFields() {
return this._.selectedFields;
}
}
export {
TypedQueryBuilder
};
//# sourceMappingURL=query-builder.js.map