Files
klz-cables.com/.pnpm-store/v10/files/62/05d01e192a415c10da9156860aeee03de7fa7d3ee4fd51f31130de474be2f660098ca7c472d16095333272a7380144165f41e064c096d2636c3b37538f73fd
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
323 B
Plaintext

import type { Session } from '../types';
/** If the session should be refreshed or not. */
export declare function shouldRefreshSession(session: Session, { sessionIdleExpire, maxReplayDuration }: {
sessionIdleExpire: number;
maxReplayDuration: number;
}): boolean;
//# sourceMappingURL=shouldRefreshSession.d.ts.map