Files
klz-cables.com/.pnpm-store/v10/files/64/eca809884b849523e7b6cdc92898d6431f498180c5c6a4c4a03ec1418f938b25ad4914f7a2acaee243671e5e92e182e68cb76831601d3340c37da0f599b4f3
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
209 B
Plaintext

export type NavPreferences = {
groups: NavGroupPreferences;
open: boolean;
};
export type NavGroupPreferences = {
[key: string]: {
open: boolean;
};
};
//# sourceMappingURL=Nav.d.ts.map