Files
klz-cables.com/.pnpm-store/v10/files/f6/4312551992f7947ea611275d3fcc52da189ff77b18342e8d6c7f492e432652f324022d497fd0eddeae456c10eb7f8b1d3c7327eb9da9c3418509d56bb7b278
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

7 lines
183 B
Plaintext

import { Session } from '../types';
/**
* Fetches a session from storage
*/
export declare function fetchSession(): Session | null;
//# sourceMappingURL=fetchSession.d.ts.map